X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreaccountmodel.cpp;h=5a27c9ee773e4f8bc7e10bd7ae39b0f82764a988;hp=86dc7df9cf99b7243a98fa2e3404442c9a0786da;hb=47b54cd3ad35201ff2ab9ef6bfdba83fc086558d;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650 diff --git a/src/client/coreaccountmodel.cpp b/src/client/coreaccountmodel.cpp index 86dc7df9..5a27c9ee 100644 --- a/src/client/coreaccountmodel.cpp +++ b/src/client/coreaccountmodel.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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();