mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-19 03:58:28 -05:00
Use nullptr where possible
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ class SqlTextEdit : public QsciScintilla
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit SqlTextEdit(QWidget *parent = 0);
|
||||
explicit SqlTextEdit(QWidget *parent = nullptr);
|
||||
virtual ~SqlTextEdit();
|
||||
|
||||
static SqlUiLexer* sqlLexer;
|
||||
|
||||
Reference in New Issue
Block a user