#include "reading_list_model.h"

ReadingListModel::ReadingListModel(QObject *parent) :
    QAbstractItemModel(parent)
{
}