forked from qt-creator/qt-creator
Debugger: Cleanup
Change-Id: Iaf7a3d69d920f8096763e2d8033df2d6371683a7 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user