WIP commit

This commit is contained in:
apa420
2018-08-11 12:47:03 +02:00
parent 125af43d90
commit 77411f7012
10 changed files with 165 additions and 24 deletions
@@ -18,6 +18,7 @@ QString NotificationModel::getItemFromRow(std::vector<QStandardItem *> &row,
return QString(row[0]->data(Qt::DisplayRole).toString());
}
// turn a model
void NotificationModel::getRowFromItem(const QString &item,
std::vector<QStandardItem *> &row)
{