Fix (meta) type handling in existing DCC code
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 28 Feb 2016 23:23:25 +0000 (00:23 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 28 Feb 2016 23:23:25 +0000 (00:23 +0100)
Obviously, this code was never tested with a non-monolithic build,
and Qt didn't know how to handle our fancy enums.

Also, enum classes are now a thing since C++11, and we should use
them. Unfortunately, they have the same annoyances as nested classes
with Qt4-style signal/slot connections...


No differences found