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:
@@ -30,9 +30,6 @@
|
||||
#include <coreplugin/id.h>
|
||||
#include <projectexplorer/abi.h>
|
||||
|
||||
#include <QObject>
|
||||
#include <QSharedPointer>
|
||||
|
||||
#include <functional>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
@@ -60,7 +57,7 @@ enum TestCases
|
||||
// Some convenience.
|
||||
void openTextEditor(const QString &titlePattern, const QString &contents);
|
||||
|
||||
QSharedPointer<Internal::GlobalDebuggerOptions> globalDebuggerOptions();
|
||||
GlobalDebuggerOptions *globalDebuggerOptions();
|
||||
|
||||
bool isTestRun();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user