mirror of
https://github.com/YACReader/yacreader
synced 2026-02-05 14:50:11 -05:00
Corregido picture flow, ahora centerIndexChanged funciona igual que en la versi?n OpenGL.
Implementada la versi?n RC del borrado de c?mics.
This commit is contained in:
@ -102,7 +102,6 @@ private:
|
||||
bool fetching;
|
||||
|
||||
int i;
|
||||
unsigned int skip;
|
||||
|
||||
QAction * openComicAction;
|
||||
QAction * showPropertiesAction;
|
||||
@ -190,6 +189,7 @@ public:
|
||||
public slots:
|
||||
void loadLibrary(const QString & path);
|
||||
void loadCovers(const QModelIndex & mi);
|
||||
void checkEmptyFolder(QStringList * paths = 0);
|
||||
void reloadCovers();
|
||||
void centerComicFlow(const QModelIndex & mi);
|
||||
void updateComicView(int i);
|
||||
|
||||
Reference in New Issue
Block a user