forked from qt-creator/qt-creator
Debugger: Use new IOptionPage convenience for global options
Change-Id: I42391a01027f25be638b2d1b839d3038bced5f33 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
#include <utils/fancylineedit.h>
|
||||
#include <utils/pathchooser.h>
|
||||
#include <utils/savedaction.h>
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QCoreApplication>
|
||||
@@ -73,7 +74,7 @@ public:
|
||||
void apply() final { group.apply(ICore::settings()); }
|
||||
void finish() final { group.finish(); }
|
||||
|
||||
Utils::SavedActionSet group;
|
||||
SavedActionSet group;
|
||||
};
|
||||
|
||||
GdbOptionsPageWidget::GdbOptionsPageWidget()
|
||||
|
||||
Reference in New Issue
Block a user