aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggeractions.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2016-11-04 10:12:09 +0100
committerhjk <hjk@qt.io>2016-11-07 08:39:46 +0000
commitd6fff07de85431ebd06e33c9790cc0a3dde34be4 (patch)
tree0a6f07826b4dbfe465b5a18b8be38e11cf7cdabf /src/plugins/debugger/debuggeractions.h
parent6f1bd8bbdbf1e42d85d7bd6cd126ab6469d12710 (diff)
Debugger: Streamline common options page setup
A preliminary step to debugger options reorganization. Change-Id: Iac77d87acfe246eff3f5734bcf35e35c2d6909c1 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/debugger/debuggeractions.h')
-rw-r--r--src/plugins/debugger/debuggeractions.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/debugger/debuggeractions.h b/src/plugins/debugger/debuggeractions.h
index b1f180c53cf..4cf54ea50c4 100644
--- a/src/plugins/debugger/debuggeractions.h
+++ b/src/plugins/debugger/debuggeractions.h
@@ -45,15 +45,6 @@ class GlobalDebuggerOptions
public:
void toSettings() const;
void fromSettings();
- bool operator==(const GlobalDebuggerOptions &rhs) const
- {
- return sourcePathMap == rhs.sourcePathMap
- && sourcePathRegExpMap == rhs.sourcePathRegExpMap;
- }
- bool operator!=(const GlobalDebuggerOptions &rhs) const
- {
- return !(*this == rhs);
- }
SourcePathMap sourcePathMap;
SourcePathRegExpMap sourcePathRegExpMap;