Merged luisangelsm/yacreader into default

This commit is contained in:
Felix Kauselmann
2015-02-26 10:09:37 +01:00
3 changed files with 56 additions and 47 deletions

View File

@ -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(QString pathFile);
void openSiblingComic(QString pathFile);
void openComic(QString pathFile);
void openFolderFromPath(QString pathDir);
void openFolderFromPath(QString pathFile, QString atFileName);
void alwaysOnTopSwitch();
void adjustToFullSizeSwitch();
void fitToPageSwitch();
@ -71,7 +73,8 @@ class EditShortcutsDialog;
void next();
void updatePage();*/
private:
private:
//!State
bool fullscreen;
bool toolbars;
@ -168,6 +171,5 @@ signals:
public:
MainWindowViewer();
~MainWindowViewer();
};
};
#endif