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)
commit93605206bc40e06446efabc71e155a3216dbb0b9
tree1495ad0408083ab60c6c3e1035027d9aac1a0080
parent928af86f954aaa925b35505957faced2ea5ac964
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-320.
src/client/client.h
src/client/clientuserinputhandler.cpp