Fix compile error with Qt4
authorJanne Koschinski <janne@kuschku.de>
Fri, 22 Dec 2017 02:47:09 +0000 (03:47 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 28 Mar 2018 21:13:51 +0000 (23:13 +0200)
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-320.


No differences found