aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlpreview/qmlpreviewfileontargetfinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmlpreview/qmlpreviewfileontargetfinder.h')
-rw-r--r--src/plugins/qmlpreview/qmlpreviewfileontargetfinder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmlpreview/qmlpreviewfileontargetfinder.h b/src/plugins/qmlpreview/qmlpreviewfileontargetfinder.h
index e62396b8cf..d3b30c5ada 100644
--- a/src/plugins/qmlpreview/qmlpreviewfileontargetfinder.h
+++ b/src/plugins/qmlpreview/qmlpreviewfileontargetfinder.h
@@ -42,8 +42,8 @@ public:
void setTarget(ProjectExplorer::Target *target);
ProjectExplorer::Target *target() const;
- QString findPath(const QString &filePath, bool *success = 0) const;
- QUrl findUrl(const QString &filePath, bool *success = 0) const;
+ QString findPath(const QString &filePath, bool *success = nullptr) const;
+ QUrl findUrl(const QString &filePath, bool *success = nullptr) const;
private:
QPointer<ProjectExplorer::Target> m_target;