Emit textChanged() signal on completion selection

Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sergey Starosek 2014-01-15 22:35:15 +02:00 committed by Dirk Hohndel
parent 88f3df5c79
commit 4659b594f0

View file

@ -146,6 +146,7 @@ void TagWidget::completionSelected(QString completion) {
setText(completion.append(", "));
setCursorPosition(text().length());
}
emit(textChanged());
}
void TagWidget::setCursorPosition(int position) {