forked from qt-creator/qt-creator
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:
committed by
Daniel Teske
parent
29a65750f6
commit
1a5edbaff9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user