mirror of
https://github.com/YACReader/yacreader
synced 2026-02-14 11:03:02 -05: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