mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
bookmarks and image optiones are now stored in the library for each comic
This commit is contained in:
@ -106,6 +106,7 @@ class YACReaderSliderAction;
|
||||
QString nextComicPath;
|
||||
//! M<>todo que inicializa el interfaz.
|
||||
void setupUI();
|
||||
void openFromArgv();
|
||||
void createActions();
|
||||
void createToolBars();
|
||||
void getSiblingComics(QString path,QString currentComic);
|
||||
@ -127,9 +128,10 @@ signals:
|
||||
void closed();
|
||||
protected:
|
||||
virtual void closeEvent ( QCloseEvent * event );
|
||||
void sendComic();
|
||||
public:
|
||||
MainWindowViewer();
|
||||
~MainWindowViewer();
|
||||
|
||||
};
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user