11 #ifndef BACKEND_RECENTALBUMS_H 12 #define BACKEND_RECENTALBUMS_H 14 #include <qstringlist.h> 43 void getEntry (
int index, QString& name,
44 QString& location, QString& photoCount );
50 QString photos =
"-1",
51 bool insertAtBack =
true );
64 #endif //BACKEND_RECENTALBUMS_H
void insertEntry(QString name, QString location, QString photos="-1", bool insertAtBack=true)
This class maintains and handles saving and loading a list of recently viewed albums.
void getEntry(int index, QString &name, QString &location, QString &photoCount)
QStringList albumPhotoCounts
QStringList albumNames
lists of album names and locations
QStringList albumLocations
uint maxItems
max allowable items in list