mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 09:24:57 -04:00
added new tables (8.0) to the data bases and side bar reading lists icons
This commit is contained in:
18
YACReaderLibrary/db/reading_list_model.h
Normal file
18
YACReaderLibrary/db/reading_list_model.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef READING_LIST_MODEL_H
|
||||
#define READING_LIST_MODEL_H
|
||||
|
||||
#include <QAbstractItemModel>
|
||||
|
||||
class ReadingListModel : public QAbstractItemModel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ReadingListModel(QObject *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // READING_LIST_MODEL_H
|
Reference in New Issue
Block a user