mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
merged
This commit is contained in:
@ -48,9 +48,11 @@ class EditShortcutsDialog;
|
||||
void newVersion();
|
||||
void openPreviousComic();
|
||||
void openNextComic();
|
||||
void openComicFromPath(QString pathFile);
|
||||
void openFolderFromPath(QString pathDir);
|
||||
void openFolderFromPath(QString pathFile, QString atFileName);
|
||||
void openComicFromPath(const QString & pathFile);
|
||||
void openSiblingComic(const QString &pathFile);
|
||||
void openComic(const QString &pathFile);
|
||||
void openFolderFromPath(const QString & pathDir);
|
||||
void openFolderFromPath(const QString & pathFile, const QString & atFileName);
|
||||
void alwaysOnTopSwitch();
|
||||
void adjustToFullSizeSwitch();
|
||||
void reloadOptions();
|
||||
@ -68,7 +70,8 @@ class EditShortcutsDialog;
|
||||
void next();
|
||||
void updatePage();*/
|
||||
|
||||
private:
|
||||
|
||||
private:
|
||||
//!State
|
||||
bool fullscreen;
|
||||
bool toolbars;
|
||||
@ -162,6 +165,5 @@ signals:
|
||||
public:
|
||||
MainWindowViewer();
|
||||
~MainWindowViewer();
|
||||
|
||||
};
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user