forked from qt-creator/qt-creator
Switching to the output mode now always gives focus to the output mode.
Annoying
This commit is contained in:
@@ -64,6 +64,7 @@ class UniqueIDManager;
|
||||
class VariableManager;
|
||||
class VCSManager;
|
||||
class ViewManagerInterface;
|
||||
class IMode;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
@@ -153,6 +154,7 @@ private slots:
|
||||
void updateFocusWidget(QWidget *old, QWidget *now);
|
||||
void setSidebarVisible(bool visible);
|
||||
void destroyVersionDialog();
|
||||
void modeChanged(Core::IMode *mode);
|
||||
|
||||
private:
|
||||
void updateContextObject(IContext *context);
|
||||
|
||||
Reference in New Issue
Block a user