From: Manuel Nickschas Date: Sun, 28 Feb 2016 23:23:25 +0000 (+0100) Subject: Fix (meta) type handling in existing DCC code X-Git-Tag: travis-deploy-test~511 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=324ae188301d46e2268462bc0d8411baed8f00b8;hp=324ae188301d46e2268462bc0d8411baed8f00b8 Fix (meta) type handling in existing DCC code 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... ---