Add button and bindings for striking through text
[quassel.git] / src / qtui / mainwin.h
index fbcd553..0ff2a36 100644 (file)
@@ -189,6 +189,13 @@ private slots:
      */
     void onFormatUnderlineTriggered();
 
      */
     void onFormatUnderlineTriggered();
 
+     /**
+     * Toggle the strikethrough of the input widget selected or typed text
+     *
+     * @seealso InputWidget::toggleFormatStrikethrough()
+     */
+    void onFormatStrikethroughTriggered();
+
     /**
      * Clear the formatting of the input widget selected or typed text
      *
     /**
      * Clear the formatting of the input widget selected or typed text
      *