summaryrefslogtreecommitdiff
path: root/favoritesmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'favoritesmodel.h')
-rw-r--r--favoritesmodel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/favoritesmodel.h b/favoritesmodel.h
index a18b1dc..e7c731c 100644
--- a/favoritesmodel.h
+++ b/favoritesmodel.h
@@ -14,7 +14,9 @@ public:
NameRole = Qt::DisplayRole,
LogoRole = Qt::DecorationRole,
- BoardUrlRole = Qt::UserRole
+ BoardUrlRole = Qt::UserRole,
+ LoginUsernameRole,
+ LoginPasswordRole
};
int rowCount(const QModelIndex &parent = QModelIndex()) const;