mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Rename method
This commit is contained in:
parent
d8a35d767c
commit
a6e98ae31e
@ -91,7 +91,7 @@ void YACReaderContentViewsManager::showComicsView()
|
||||
libraryWindow->sideBar->update();
|
||||
}
|
||||
|
||||
void YACReaderContentViewsManager::showEmptyFolderView()
|
||||
void YACReaderContentViewsManager::showFolderContentView()
|
||||
{
|
||||
comicsViewStack->setCurrentWidget(folderContentView);
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ public slots:
|
||||
void focusComicsViewViaShortcut();
|
||||
|
||||
void showComicsView();
|
||||
void showEmptyFolderView();
|
||||
void showFolderContentView();
|
||||
void showEmptyLabelView();
|
||||
void showEmptySpecialList();
|
||||
void showEmptyReadingListWidget();
|
||||
|
@ -67,7 +67,7 @@ void YACReaderNavigationController::loadFolderInfo(const QModelIndex &modelIndex
|
||||
} else {
|
||||
// showEmptyFolder
|
||||
loadEmptyFolderInfo(modelIndex);
|
||||
contentViewsManager->showEmptyFolderView();
|
||||
contentViewsManager->showFolderContentView();
|
||||
libraryWindow->disableComicsActions(true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user