X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreaccountmodel.cpp;h=21ebc0194e68332e92806593925fd58ea7a01521;hp=91b697b419ffb1c1675ae758552bad86f4a34a39;hb=41bf70c263ee0af80ad1850fabe77ffffee188f4;hpb=579e559a6322209df7cd51c34801fecff5fe734b diff --git a/src/client/coreaccountmodel.cpp b/src/client/coreaccountmodel.cpp index 91b697b4..21ebc019 100644 --- a/src/client/coreaccountmodel.cpp +++ b/src/client/coreaccountmodel.cpp @@ -98,7 +98,7 @@ QVariant CoreAccountModel::data(const QModelIndex& index, int role) const case Qt::DisplayRole: return acc.accountName(); case AccountIdRole: - return QVariant::fromValue(acc.accountId()); + return QVariant::fromValue(acc.accountId()); case UuidRole: return acc.uuid().toString();