Skip to content
Snippets Groups Projects
Commit 3abe2884 authored by ck's avatar ck
Browse files

Maemo: Add missing default argument to overriding member function.

parent ab8647cc
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,8 @@ public:
void fromMap(const QVariantMap &map);
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const;
virtual QVariant data(const QModelIndex &index, int role) const;
virtual QVariant data(const QModelIndex &index,
int role = Qt::DisplayRole) const;
signals:
void currentChanged();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment