summaryrefslogtreecommitdiff
path: root/favoritesmodel.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-04 00:25:54 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-04 00:25:54 +0200
commit723e0e7f37636379f76008582dca459490b845f4 (patch)
treed77bcd21e6d4e8b852f2a9980e18824ca1752eb8 /favoritesmodel.h
parent5d8d6fed3fd7dd796a5a3093a7dbd46fab8d380a (diff)
downloadtapasboard-723e0e7f37636379f76008582dca459490b845f4.tar.gz
tapasboard-723e0e7f37636379f76008582dca459490b845f4.zip
add login support
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;