mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
moved history navigation to its own class
This commit is contained in:
@ -64,6 +64,7 @@ class ComicFilesManager;
|
||||
class QProgressDialog;
|
||||
class ReadingListModel;
|
||||
class YACReaderReadingListsView;
|
||||
class YACReaderHistoryController;
|
||||
|
||||
#include "comic_db.h"
|
||||
|
||||
@ -265,8 +266,7 @@ private:
|
||||
QSettings * settings;
|
||||
|
||||
//navigation backward and forward
|
||||
int currentFolderNavigation;
|
||||
QList<QModelIndex> history;
|
||||
YACReaderHistoryController * historyController;
|
||||
|
||||
bool removeError;
|
||||
|
||||
@ -331,9 +331,6 @@ public slots:
|
||||
QModelIndexList getSelectedComics();
|
||||
void deleteComics();
|
||||
//void showSocial();
|
||||
void backward();
|
||||
void forward();
|
||||
void updateHistory(const QModelIndex & mi);
|
||||
void updateFoldersViewConextMenu(const QModelIndex & mi);
|
||||
void libraryAlreadyExists(const QString & name);
|
||||
void importLibraryPackage();
|
||||
|
Reference in New Issue
Block a user