forked from qt-creator/qt-creator
DebuggerRunConfigurationAspect: Suppress widgets as necessary
Suppress widgets of the DebuggerRunConfigurationAspect widget as required. Change-Id: I4e384d4e725bd95bea51465e28e26ece3e2f5cc8 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -70,11 +70,6 @@ public:
|
||||
void setQmllDebugServerPort(uint port);
|
||||
bool useMultiProcess() const;
|
||||
void setUseMultiProcess(bool on);
|
||||
void suppressDisplay();
|
||||
void suppressQmlDebuggingOptions();
|
||||
void suppressCppDebuggingOptions();
|
||||
void suppressQmlDebuggingSpinbox();
|
||||
bool isDisplaySuppressed() const;
|
||||
bool areQmlDebuggingOptionsSuppressed() const;
|
||||
bool areCppDebuggingOptionsSuppressed() const;
|
||||
bool isQmlDebuggingSpinboxSuppressed() const;
|
||||
@@ -92,11 +87,6 @@ private:
|
||||
uint m_qmlDebugServerPort;
|
||||
bool m_useMultiProcess;
|
||||
|
||||
bool m_suppressDisplay;
|
||||
bool m_suppressQmlDebuggingOptions;
|
||||
bool m_suppressCppDebuggingOptions;
|
||||
bool m_suppressQmlDebuggingSpinbox;
|
||||
|
||||
friend class Internal::DebuggerRunConfigWidget;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user