Make the new quick navigation go to flow 'manga mode aware'.

This commit is contained in:
Luis Ángel San Martín
2016-10-30 11:53:27 +01:00
parent 74812fe705
commit 9b3cc92cb0
6 changed files with 26 additions and 14 deletions

View File

@ -51,6 +51,7 @@ using namespace YACReader;
static Configuration configuration;
return configuration;
};
QSettings *getSettings();
void load(QSettings * settings);
QString getDefaultPath() { return settings->value(PATH).toString(); }
void setDefaultPath(QString defaultPath){settings->setValue(PATH,defaultPath);}