summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/testcontrol/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/testcontrol/main.cpp b/tests/manual/testcontrol/main.cpp
index f8fd3e6..7fca250 100644
--- a/tests/manual/testcontrol/main.cpp
+++ b/tests/manual/testcontrol/main.cpp
@@ -55,7 +55,7 @@ class QTestControl : public QMainWindow
Q_CLASSINFO("EventsID", "{E1816BBA-BF5D-4A31-9855-D6BA43205510}")
public:
- explicit QTestControl(QWidget *parent = Q_NULLPTR);
+ explicit QTestControl(QWidget *parent = nullptr);
public slots:
void appendText(const QString &t) { m_logWindow->appendPlainText(t); }