forked from qt-creator/qt-creator
Changed QML Inspector from a separate global mode to a plugin.
The new QML Inspector depends on DebuggerPlugin. Also added a dropdown menu into the debugger toolbar from which the user can select the used debugging language, e.g. C++ or QML.
This commit is contained in:
@@ -53,9 +53,6 @@ QT_END_NAMESPACE
|
||||
namespace Core {
|
||||
class IOptionsPage;
|
||||
}
|
||||
namespace Utils {
|
||||
class FancyMainWindow;
|
||||
}
|
||||
|
||||
namespace TextEditor {
|
||||
class ITextEditor;
|
||||
@@ -180,7 +177,6 @@ public:
|
||||
DebuggerState state() const;
|
||||
QList<Core::IOptionsPage*> initializeEngines(unsigned enabledTypeFlags);
|
||||
|
||||
Utils::FancyMainWindow *mainWindow() const;
|
||||
QLabel *statusLabel() const;
|
||||
Internal::IDebuggerEngine *currentEngine() const;
|
||||
|
||||
@@ -208,7 +204,7 @@ public slots:
|
||||
void startNewDebugger(const DebuggerStartParametersPtr &sp);
|
||||
void exitDebugger();
|
||||
|
||||
void setSimpleDockWidgetArrangement();
|
||||
void setSimpleDockWidgetArrangement(const QString &activeLanguage);
|
||||
|
||||
void setBusyCursor(bool on);
|
||||
void queryCurrentTextEditor(QString *fileName, int *lineNumber, QObject **ed);
|
||||
|
||||
Reference in New Issue
Block a user