mirror of
https://github.com/YACReader/yacreader
synced 2025-07-29 10:25:14 -04:00
models renaming
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