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();
|
libraryWindow->sideBar->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void YACReaderContentViewsManager::showEmptyFolderView()
|
void YACReaderContentViewsManager::showFolderContentView()
|
||||||
{
|
{
|
||||||
comicsViewStack->setCurrentWidget(folderContentView);
|
comicsViewStack->setCurrentWidget(folderContentView);
|
||||||
}
|
}
|
||||||
|
@ -59,7 +59,7 @@ public slots:
|
|||||||
void focusComicsViewViaShortcut();
|
void focusComicsViewViaShortcut();
|
||||||
|
|
||||||
void showComicsView();
|
void showComicsView();
|
||||||
void showEmptyFolderView();
|
void showFolderContentView();
|
||||||
void showEmptyLabelView();
|
void showEmptyLabelView();
|
||||||
void showEmptySpecialList();
|
void showEmptySpecialList();
|
||||||
void showEmptyReadingListWidget();
|
void showEmptyReadingListWidget();
|
||||||
|
@ -67,7 +67,7 @@ void YACReaderNavigationController::loadFolderInfo(const QModelIndex &modelIndex
|
|||||||
} else {
|
} else {
|
||||||
// showEmptyFolder
|
// showEmptyFolder
|
||||||
loadEmptyFolderInfo(modelIndex);
|
loadEmptyFolderInfo(modelIndex);
|
||||||
contentViewsManager->showEmptyFolderView();
|
contentViewsManager->showFolderContentView();
|
||||||
libraryWindow->disableComicsActions(true);
|
libraryWindow->disableComicsActions(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user