mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
merged
This commit is contained in:
@ -48,11 +48,11 @@ class EditShortcutsDialog;
|
||||
void newVersion();
|
||||
void openPreviousComic();
|
||||
void openNextComic();
|
||||
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 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 reloadOptions();
|
||||
|
Reference in New Issue
Block a user