mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
new class for controlling navigation in LibraryWindow (NavigationController), code refactoring
This commit is contained in:
@ -21,6 +21,8 @@ public slots:
|
||||
void backward();
|
||||
void forward();
|
||||
void updateHistory(const QModelIndex & mi);
|
||||
QModelIndex lastIndex();
|
||||
QModelIndex currentIndex();
|
||||
|
||||
protected:
|
||||
int currentFolderNavigation;
|
||||
|
Reference in New Issue
Block a user