NOISSUE add an option to show console on error and default other options to false
This commit is contained in:
@@ -33,10 +33,6 @@ public:
|
||||
{
|
||||
m_parentWidget = widget;
|
||||
}
|
||||
void setShowConsole(bool showConsole)
|
||||
{
|
||||
m_showConsole = showConsole;
|
||||
}
|
||||
QString id()
|
||||
{
|
||||
return m_instance->id();
|
||||
@@ -56,7 +52,6 @@ private slots:
|
||||
private:
|
||||
BaseProfilerFactory *m_profiler = nullptr;
|
||||
bool m_online = true;
|
||||
bool m_showConsole = false;
|
||||
InstancePtr m_instance;
|
||||
QWidget * m_parentWidget = nullptr;
|
||||
InstanceWindow *m_console = nullptr;
|
||||
|
Reference in New Issue
Block a user