forked from qt-creator/qt-creator
Have your debug button back
This commit is contained in:
@@ -75,23 +75,13 @@ class FancyActionBar : public QWidget
|
||||
public:
|
||||
FancyActionBar(QWidget *parent = 0);
|
||||
|
||||
#ifdef Q_WS_MAC
|
||||
bool eventFilter(QObject *, QEvent *);
|
||||
#endif
|
||||
void paintEvent(QPaintEvent *event);
|
||||
void insertAction(int index, QAction *action);
|
||||
void addProjectSelector(QAction *action);
|
||||
QLayout *actionsLayout() const;
|
||||
|
||||
private slots:
|
||||
void modeChanged(Core::IMode *mode);
|
||||
|
||||
private:
|
||||
void updateRunDebug();
|
||||
bool m_inDebugMode;
|
||||
QVBoxLayout *m_actionsLayout;
|
||||
FancyToolButton *m_runButton;
|
||||
FancyToolButton *m_debugButton;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user