Clean up the code and make some more minor optimisations

This also includes replacing some more Qt containers by their STL
counterparts.
This commit is contained in:
Martin Kleusberg
2019-10-17 14:34:51 +02:00
parent b3b1ac6946
commit ba1270cedb
66 changed files with 673 additions and 833 deletions
-1
View File
@@ -15,7 +15,6 @@ class SqlTextEdit : public ExtendedScintilla
public:
explicit SqlTextEdit(QWidget *parent = nullptr);
~SqlTextEdit() override;
static SqlUiLexer* sqlLexer;