X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fbuffertreemodel.cpp;h=ecc56c3d3e436db748d23d5ad3aa91f084626797;hp=c6fb9964e9a1800c4d345e468a769c37025bb16a;hb=48151f63e7f953bf07828be39ba314095c472c74;hpb=06a03c2c69ee934aaeec83512bae2fffee83a340 diff --git a/src/client/buffertreemodel.cpp b/src/client/buffertreemodel.cpp index c6fb9964..ecc56c3d 100644 --- a/src/client/buffertreemodel.cpp +++ b/src/client/buffertreemodel.cpp @@ -21,7 +21,6 @@ #include // FIXME Dependency on QtGui! #include "client.h" -//#include "clientproxy.h" #include "buffertreemodel.h" #include "signalproxy.h" @@ -118,8 +117,6 @@ Qt::ItemFlags NetworkTreeItem::flags() const { BufferTreeModel::BufferTreeModel(QObject *parent) : TreeModel(BufferTreeModel::defaultHeader(), parent) { - //connect(this, SIGNAL(fakeUserInput(BufferId, QString)), - // ClientProxy::instance(), SLOT(gsUserInput(BufferId, QString))); Client::signalProxy()->attachSignal(this, SIGNAL(fakeUserInput(BufferId, QString)), SIGNAL(sendInput(BufferId, QString))); }