From f7bb169de4d919e2661be3673ee7542c8a4392d2 Mon Sep 17 00:00:00 2001 From: dt <qtc-committer@nokia.com> Date: Thu, 2 Apr 2009 15:44:11 +0200 Subject: [PATCH] Unused variables --- .../projectexplorer/customexecutablerunconfiguration.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp b/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp index 47a1748f4e7..c04854353a6 100644 --- a/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp +++ b/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp @@ -52,6 +52,8 @@ public: } virtual bool validatePath(const QString &path, QString *errorMessage = 0) { + Q_UNUSED(path); + Q_UNUSED(errorMessage); return true; } }; -- GitLab