SqlTextEdit: Highlight current line

This commit is contained in:
Martin Kleusberg
2013-05-04 21:10:50 +02:00
parent a95d33e5ee
commit 0de7ff8564
4 changed files with 33 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ private:
private slots:
void insertCompletion(const QString& completion);
void highlightCurrentLine();
private:
QCompleter* m_Completer;