summaryrefslogtreecommitdiffstats
path: root/tests/manual/lance/interactivewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/lance/interactivewidget.cpp')
-rw-r--r--tests/manual/lance/interactivewidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/lance/interactivewidget.cpp b/tests/manual/lance/interactivewidget.cpp
index 8ac3881af7..d172fac900 100644
--- a/tests/manual/lance/interactivewidget.cpp
+++ b/tests/manual/lance/interactivewidget.cpp
@@ -45,7 +45,7 @@ InteractiveWidget::InteractiveWidget()
// create and populate the command toolbox
m_commandsToolBox = new QToolBox();
- QListWidget *currentListWidget = 0;
+ QListWidget *currentListWidget = nullptr;
foreach (PaintCommands::PaintCommandInfos paintCommandInfo, PaintCommands::s_commandInfoTable) {
if (paintCommandInfo.isSectionHeader()) {
currentListWidget = new QListWidget();