Added a warning message whem too many libraries are created so users are guided to use yacreaderlibrary in the right way.

This commit is contained in:
Luis Ángel San Martín
2017-09-14 09:30:36 +02:00
parent 0aeb0422d8
commit c06fb71a52
3 changed files with 13 additions and 0 deletions

View File

@ -375,6 +375,7 @@ public slots:
void onAddComicsToLabel();
void setToolbarTitle(const QModelIndex & modelIndex);
void saveSelectedCoversTo();
void checkMaxNumLibraries();
private:
//fullscreen mode in Windows for preventing this bug: QTBUG-41309 https://bugreports.qt.io/browse/QTBUG-41309