diff -r 65602f1ef0f8 -r f77bb02b669f QTfrontend/model/themesmodel.h --- a/QTfrontend/model/themesmodel.h Mon Jan 30 23:20:28 2012 +0100 +++ b/QTfrontend/model/themesmodel.h Mon Jan 30 17:32:18 2012 -0500 @@ -7,22 +7,22 @@ class ThemesModel : public QAbstractListModel { - Q_OBJECT -public: - explicit ThemesModel(QStringList themes, QObject *parent = 0); + Q_OBJECT + public: + explicit ThemesModel(QStringList themes, QObject *parent = 0); - int rowCount(const QModelIndex &parent = QModelIndex()) const; - QVariant data(const QModelIndex &index, int role) const; - bool setData(const QModelIndex &index, const QVariant &value, - int role = Qt::EditRole); + int rowCount(const QModelIndex &parent = QModelIndex()) const; + QVariant data(const QModelIndex &index, int role) const; + bool setData(const QModelIndex &index, const QVariant &value, + int role = Qt::EditRole); -signals: + signals: -public slots: + public slots: -private: + private: - QList > m_data; + QList > m_data; }; #endif // THEMESMODEL_H