forked from qt-creator/qt-creator
Qt: Use nullptr
Change-Id: I6f7f2b5c5d33e64d5630104521dd022002347075 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -189,10 +189,10 @@ public:
|
||||
/// warnings and finally info items.
|
||||
QList<ProjectExplorer::Task> reportIssues(const QString &proFile, const QString &buildDir) const;
|
||||
|
||||
static bool isQmlDebuggingSupported(ProjectExplorer::Kit *k, QString *reason = 0);
|
||||
bool isQmlDebuggingSupported(QString *reason = 0) const;
|
||||
static bool isQtQuickCompilerSupported(ProjectExplorer::Kit *k, QString *reason = 0);
|
||||
bool isQtQuickCompilerSupported(QString *reason = 0) const;
|
||||
static bool isQmlDebuggingSupported(ProjectExplorer::Kit *k, QString *reason = nullptr);
|
||||
bool isQmlDebuggingSupported(QString *reason = nullptr) const;
|
||||
static bool isQtQuickCompilerSupported(ProjectExplorer::Kit *k, QString *reason = nullptr);
|
||||
bool isQtQuickCompilerSupported(QString *reason = nullptr) const;
|
||||
|
||||
virtual QString qmlDumpTool(bool debugVersion) const;
|
||||
|
||||
|
Reference in New Issue
Block a user