~klimczak-k/beaver-feeds/client

« back to all changes in this revision

Viewing changes to database_plugins/sqlite/datamodel.h

  • Committer: Krzysztof Klimczak
  • Date: 2011-01-25 00:41:29 UTC
  • Revision ID: klimczak.k@gmail.com-20110125004129-a7a5lc9lwjs056cl
+new icons

*from now it is possible to mark news as readed, unreaded and deleted

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        void fillData(QSqlQuery &query);
35
35
public slots:
36
36
        void itemReaded(const QModelIndex &index);
 
37
        void itemDeleted(QList<int> indexes);
 
38
        void itemUnreaded(const QModelIndex &index);
 
39
 
 
40
signals:
 
41
        void markAsReaded( uint id, bool mark );
 
42
        void markAsDeleted( uint id, bool mark );
37
43
};
38
44
 
39
45
#endif // DATAMODEL_H