Fixed a bug that prevented our custom Message type to be used with QDataStream,
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 24 Oct 2006 11:29:19 +0000 (11:29 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 24 Oct 2006 11:29:19 +0000 (11:29 +0000)
commit13e45fd2d89d3704aebfba1031cfc7b23aad73d2
treef34222e88e7a741d13d2709a6fc4e5fb26f4dd90
parent1c7d9f13b744cd517c0769f453fd8dc3106cd94c
Fixed a bug that prevented our custom Message type to be used with QDataStream,
causing havoc when trying to use gui and core separately.
Apparently you have to separately register the stream operators with the QMetaObject
system.
gui/channelwidget.ui
main/CMakeLists.txt
main/global.cpp
main/message.cpp [moved from network/message.cpp with 100% similarity]
main/message.h [moved from network/message.h with 94% similarity]
network/CMakeLists.txt