mirror of
https://github.com/YACReader/yacreader
synced 2025-07-29 02:15:07 -04:00
models renaming
This commit is contained in:
6
YACReaderLibrary/db/reading_list_model.cpp
Normal file
6
YACReaderLibrary/db/reading_list_model.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "reading_list_model.h"
|
||||
|
||||
ReadingListModel::ReadingListModel(QObject *parent) :
|
||||
QAbstractItemModel(parent)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user