mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04:00
fixed switch views item and removed fullscreen toogle item from YACReaderLibrary in MacOSX
This commit is contained in:
@ -44,8 +44,11 @@ public:
|
||||
void hide();
|
||||
QMap<QString, QAction *> actions;
|
||||
|
||||
//hacks everywhere
|
||||
//convenience method for YACReaderLibrary search edit
|
||||
YACReaderMacOSXSearchLineEdit *addSearchEdit();
|
||||
//convenience method for switching the icon of the view selector
|
||||
void updateViewSelectorIcon(const QIcon & icon);
|
||||
|
||||
signals:
|
||||
|
||||
@ -55,7 +58,7 @@ protected:
|
||||
NSToolbar * nativeToolBar;
|
||||
void *delegate;
|
||||
bool yosemite;
|
||||
|
||||
QMacToolBarItem * viewSelector;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user