summaryrefslogtreecommitdiffstats
path: root/examples/assistant/simpletextviewer/findfiledialog.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-09-12 16:11:54 +0200
committerKai Koehne <kai.koehne@qt.io>2017-10-04 09:31:25 +0000
commita20b68a6735a9191fe18860b29689371d06a5586 (patch)
tree056c5cf55750baf52400d5fa6cfbf0548da7cfa1 /examples/assistant/simpletextviewer/findfiledialog.h
parentc1bd55b42e3c6ac7ccebce0452b0c1f048f2d5b8 (diff)
Assistant Examples: Use nullptr
Change-Id: Icfede0f02c6651aa39e2a0a9d5b586a5bb7037e9 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'examples/assistant/simpletextviewer/findfiledialog.h')
-rw-r--r--examples/assistant/simpletextviewer/findfiledialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/assistant/simpletextviewer/findfiledialog.h b/examples/assistant/simpletextviewer/findfiledialog.h
index bc0e22409..6ca57b061 100644
--- a/examples/assistant/simpletextviewer/findfiledialog.h
+++ b/examples/assistant/simpletextviewer/findfiledialog.h
@@ -76,7 +76,7 @@ public:
private slots:
void browse();
void help();
- void openFile(QTreeWidgetItem *item = 0);
+ void openFile(QTreeWidgetItem *item = nullptr);
void update();
private: