Use nullptr where possible

This commit is contained in:
Martin Kleusberg
2017-10-30 21:20:02 +01:00
parent 6afcaf6c1f
commit ee32b3e4e1
30 changed files with 76 additions and 76 deletions

View File

@@ -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;