fixed write paths for YACReader

This commit is contained in:
Luis Ángel San Martín
2013-11-24 18:42:16 +01:00
parent 8255637028
commit 4c5f224d52
5 changed files with 11 additions and 68 deletions

View File

@ -89,9 +89,6 @@ using namespace YACReader;
void setLastVersionCheck(const QDate & date){ settings->setValue(LAST_VERSION_CHECK,date);}
int getNumDaysBetweenVersionChecks() {return settings->value(NUM_DAYS_BETWEEN_VERSION_CHECKS,1).toInt();}
void setNumDaysBetweenVersionChecks(int days) {return settings->setValue(NUM_DAYS_BETWEEN_VERSION_CHECKS,days);}
void save();
};
#endif