mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-19 03:58:28 -05:00
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:
@@ -15,7 +15,6 @@ class SqlTextEdit : public ExtendedScintilla
|
||||
|
||||
public:
|
||||
explicit SqlTextEdit(QWidget *parent = nullptr);
|
||||
~SqlTextEdit() override;
|
||||
|
||||
static SqlUiLexer* sqlLexer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user