Make const the functions parameters

Change-Id: Ie02e3bc3cb09734164f573a0af53e4e1a5e99402
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
BogDan Vatra
2012-07-15 14:16:43 +03:00
committed by Daniel Teske
parent 29a65750f6
commit 1a5edbaff9
4 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ public:
ItemList toUserOutput(ProjectExplorer::Profile *p) const;
static Utils::FileName debuggerCommand(const ProjectExplorer::Profile *p);
static void setDebuggerCommand(ProjectExplorer::Profile *p, Utils::FileName &command);
static void setDebuggerCommand(ProjectExplorer::Profile *p, const Utils::FileName &command);
};
} // namespace Debugger