Add a settingspage for configuring the input widget
[quassel.git] / src / qtui / inputwidget.h
index d60ee34..aeb63f8 100644 (file)
@@ -53,6 +53,11 @@ protected slots:
 
 private slots:
   void setCustomFont(const QVariant &font);
+  void setEnableSpellCheck(const QVariant &);
+  void setShowNickSelector(const QVariant &);
+  void setMaxLines(const QVariant &);
+  void setEnableScrollBars(const QVariant &);
+
   void sendText(const QString &text) const;
   void changeNick(const QString &newNick) const;