aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggeractions.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-09-11 22:22:51 +0300
committerhjk <hjk121@nokiamail.com>2014-09-12 13:58:47 +0200
commitad957282c84d74919cf63565f44966b1c4b1157d (patch)
tree26403dd36b4f2d6d1ae26d88d7c12a549354cd2c /src/plugins/debugger/debuggeractions.h
parent50ad2a4d99928a1cc8f1ac957ba734324a65b464 (diff)
Debugger: Cleanup
Change-Id: Iaf7a3d69d920f8096763e2d8033df2d6371683a7 Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/debugger/debuggeractions.h')
-rw-r--r--src/plugins/debugger/debuggeractions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggeractions.h b/src/plugins/debugger/debuggeractions.h
index 23156f7b52b..9a33116a36a 100644
--- a/src/plugins/debugger/debuggeractions.h
+++ b/src/plugins/debugger/debuggeractions.h
@@ -39,12 +39,12 @@ namespace Utils { class SavedAction; }
namespace Debugger {
namespace Internal {
+typedef QMap<QString, QString> SourcePathMap;
+
// Global debugger options that are not stored as saved action.
class GlobalDebuggerOptions
{
public:
- typedef QMap<QString, QString> SourcePathMap;
-
void toSettings() const;
void fromSettings();
bool operator==(const GlobalDebuggerOptions &rhs) const