Work around weirdly broken MOCs
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 11 Feb 2015 22:22:31 +0000 (23:22 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 11 Feb 2015 22:22:31 +0000 (23:22 +0100)
commit2fabb938a014186c2aa7aa1a1b885c6afa353f1e
tree779659900b974ab38fd78ad47e3a040ff335dd5c
parent30b77d8f6e230f97e706e5a6630add16b88bda3f
Work around weirdly broken MOCs

Apparently, Debian Wheezy ships Qt 4.8.2 with a MOC that thinks it's older
than 4.6, or something. Not sure what's going on, but if we remove
that "#if QT_VERSION" that checks for versions older than 4.6 (and thus does
not make any sense now that we require 4.8 anyway), the MOC on (some?)
Wheezy installations fails to deal with the Q_INTERFACES call.

I guess it doesn't hurt to keep the guard around, but this issue still leaves
me scratching my head...
src/qtui/chatviewsearchcontroller.h