replaced Client::fakeInput() with Client::userInpt() (now static but no longer a...
authorMarcus Eggenberger <egs@quassel-irc.org>
Mon, 28 Jan 2008 16:26:45 +0000 (16:26 +0000)
committerMarcus Eggenberger <egs@quassel-irc.org>
Mon, 28 Jan 2008 16:26:45 +0000 (16:26 +0000)
commit08aac67d4dc813ed541a81d06fb83d9c4fec5834
tree3f2ffa06d7f7785bebd688db0a13f16384be431f
parent4295cdd849be0ae914387d0f62afb6f653f5f27f
replaced Client::fakeInput() with Client::userInpt() (now static but no longer a slot)
if you need sig/slot usage:  connect your SIGNAL directly to Client::instance(), SIGNAL(sendInput(BufferInfo, QString))
src/client/buffer.cpp
src/client/buffer.h
src/client/client.cpp
src/client/client.h
src/uisupport/bufferview.cpp
src/uisupport/nickview.cpp
version.inc