Fix compile error with Qt4
authorJanne Koschinski <janne@kuschku.de>
Fri, 22 Dec 2017 02:46:12 +0000 (03:46 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Feb 2018 23:06:59 +0000 (00:06 +0100)
commit095d3006b60d64ef3a705ee204afe5e555ca8729
tree0fe35ad10ca3f75516561d29fd1eea027fc818b8
parent9f5158eab420977b42d8fc6b98d2eb0de66cbaa4
Fix compile error with Qt4

In Qt4, signals are protected, therefore we can’t emit a signal on
Client from the ClientUserInputHandler.

Therefore we wrap the signal emitter with a function on the Client.

Closes GH-318.
src/client/client.h
src/client/clientuserinputhandler.cpp