corregido marcar/desmarcar como leido cuando hay selecci?n m?ltiple

This commit is contained in:
Luis Ángel San Martín
2013-05-02 21:32:00 +02:00
parent 2cb4b753f7
commit 5b49bcb363
2 changed files with 29 additions and 25 deletions

View File

@ -50,8 +50,6 @@ private:
PropertiesDialog * propertiesDialog;
bool fullscreen;
bool importedCovers; //if true, the library is read only (not updates,open comic or properties)
bool fromMaximized;
//Ya no se usan proxies, el rendimiento de la BD es suficiente
//YACReaderTreeSearch * proxyFilter;
//YACReaderSortComics * proxySort;
@ -202,6 +200,7 @@ public:
void importLibrary(QString clc,QString destPath,QString name);
void reloadOptions();
void updateFoldersView(QString);
void setCurrentComicsStatusReaded(bool readed);
void setCurrentComicReaded();
void setCurrentComicUnreaded();
void setComicsReaded();