Now highlights the text in the channel change dialogue.

This commit is contained in:
Cranken
2018-04-07 21:21:56 +02:00
committed by fourtf
parent 5211ebaf71
commit 884349b340
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -27,6 +27,8 @@ public:
_lineEdit.setText(text);
}
void highlightText();
private:
QVBoxLayout _vbox;
QLineEdit _lineEdit;