models renaming

This commit is contained in:
Luis Ángel San Martín
2014-10-28 16:49:39 +01:00
parent 0ecae3b44a
commit 6e4506461e
25 changed files with 441 additions and 399 deletions

View File

@ -0,0 +1,6 @@
#include "reading_list_model.h"
ReadingListModel::ReadingListModel(QObject *parent) :
QAbstractItemModel(parent)
{
}