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 );
This class maintains and handles saving and loading a list of recently viewed albums.
QStringList albumNames
lists of album names and locations
void getEntry(int index, QString &name, QString &location, QString &photoCount)
QStringList albumPhotoCounts
void insertEntry(QString name, QString location, QString photos="-1", bool insertAtBack=true)
uint maxItems
max allowable items in list
QStringList albumLocations