X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreirclisthelper.cpp;fp=src%2Fcore%2Fcoreirclisthelper.cpp;h=cadb5e3c34bd29c8774cdfea81778c75290d9e6c;hp=723e652c076cd678b1e90c231116cb40b18f55c4;hb=1f21c1f9613031ae263eeed0c4883bfcd5488343;hpb=41bf70c263ee0af80ad1850fabe77ffffee188f4 diff --git a/src/core/coreirclisthelper.cpp b/src/core/coreirclisthelper.cpp index 723e652c..cadb5e3c 100644 --- a/src/core/coreirclisthelper.cpp +++ b/src/core/coreirclisthelper.cpp @@ -87,7 +87,7 @@ bool CoreIrcListHelper::endOfChannelList(const NetworkId& netId) foreach (ChannelDescription channel, _channelLists[netId]) { QVariantList channelVariant; channelVariant << channel.channelName << channel.userCount << channel.topic; - channelList << qVariantFromValue(channelVariant); + channelList << QVariant::fromValue(channelVariant); } _finishedChannelLists[netId] = channelList; _channelLists.remove(netId);