mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Use nullptr where possible
This commit is contained in:
@@ -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