summaryrefslogtreecommitdiffstats
path: root/seriestreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'seriestreemodel.h')
-rw-r--r--seriestreemodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/seriestreemodel.h b/seriestreemodel.h
index aa40ce3..005e2c7 100644
--- a/seriestreemodel.h
+++ b/seriestreemodel.h
@@ -60,6 +60,7 @@ class SeriesTreeModel : public SmTreeModel {
signals:
void needResort();
void consistencyMsg(const QString &msg);
+ void localsChanged();
public slots:
void readSettings();
@@ -71,8 +72,7 @@ class SeriesTreeModel : public SmTreeModel {
bool renameSeries(const QModelIndex &source, const QVariant &value);
bool setNewSeries(const QModelIndex &source, const QVariant &value);
bool updateGeneric(const QModelIndex &source, const QVariant &value);
- //bool setFavorite(const QModelIndex &source, const QVariant &value);
- //bool setSubtitle(const QModelIndex &source, const QVariant &value);
+ bool setLocal(const QModelIndex &source, const QVariant &value);
QString archivePath(const QString &fileName, const QString &md5sum) const;
QSqlDatabase mDb;
QSqlQuery *mSeriesPartsQuery;