mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
added enabled/disabled items to the new toolbar for macosx
This commit is contained in:
@ -17,6 +17,7 @@ public:
|
||||
void addWidget(QWidget * widget);
|
||||
void show();
|
||||
void hide();
|
||||
QMap<QString, QAction *> actions;
|
||||
|
||||
signals:
|
||||
|
||||
@ -24,6 +25,8 @@ public slots:
|
||||
|
||||
protected:
|
||||
NSToolbar * nativeToolBar;
|
||||
void *delegate;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user