Properly register the Network::ConnectionState enum
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Mar 2012 20:02:21 +0000 (22:02 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 1 Apr 2012 21:07:53 +0000 (23:07 +0200)
The Q_ENUMS declaration was, uhm, creative, and additionally Q_ENUMS are automatically
registered with the QMetaType system, so no need for registering them again. Actually,
while this somehow works in Qt4, Qt5 barfs with an assert.


No differences found