Changed QVariant::fromValue() to qVariantFromValue, since MSVC6 supposedly cannot...
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 19 Jan 2008 16:03:43 +0000 (16:03 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 19 Jan 2008 16:03:43 +0000 (16:03 +0000)
commita9b3edc811552b39dafb8fb01699490e5bcfb014
treed22b5d6ea7a15a17a09be95a802e4f7997aaf826
parente733408e4759473bf38831f498f48a0f2f5e6dc7
Changed QVariant::fromValue() to qVariantFromValue, since MSVC6 supposedly cannot cope
with member templates. Well, we need to change all the value<> stuff too, probably, but I'll
wait until we actually try and compile on windows again (and get failures doing so), since we
didn't seem to have problems earlier with it.
src/client/buffermodel.cpp
src/client/networkmodel.cpp
src/core/coresession.cpp
src/core/coreusersettings.cpp