X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Finputwidget.h;h=297830b98484160295896fba368580293d723d8c;hb=868e5d2bfef8b01e22fdc8b1256228a1f214e1bc;hp=89fe39386b8200fc1cf109c7ea162f3741e64161;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;p=quassel.git diff --git a/src/qtui/inputwidget.h b/src/qtui/inputwidget.h index 89fe3938..297830b9 100644 --- a/src/qtui/inputwidget.h +++ b/src/qtui/inputwidget.h @@ -48,6 +48,7 @@ protected slots: virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight); private slots: + void setCustomFont(const QVariant &font); void sendText(QString text); void changeNick(const QString &newNick) const;