X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Finputwidget.h;h=fae3d7f09bb52f81a13f1ab1894e86d1af9d4a6d;hp=563700a058a6d0819d18f9b0ea4a3713cda245cd;hb=21e31fe43c4577cad271b070e4df4906ead128d8;hpb=8056d708179608e637f351e975dcc4efe01247d1 diff --git a/src/qtui/inputwidget.h b/src/qtui/inputwidget.h index 563700a0..fae3d7f0 100644 --- a/src/qtui/inputwidget.h +++ b/src/qtui/inputwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -48,7 +48,8 @@ protected slots: virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight); private slots: - void sendText(QString text); + void setCustomFont(const QVariant &font); + void sendText(const QString &text) const; void changeNick(const QString &newNick) const; void setNetwork(NetworkId networkId); @@ -59,12 +60,9 @@ private slots: BufferInfo currentBufferInfo() const; -signals: - void userInput(BufferInfo, QString msg) const; - private: Ui::InputWidget ui; - + NetworkId _networkId; IdentityId _identityId; };