X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=0ff2a36f7a41a22032a23a49100ba0db9dd13ba5;hb=b0035602d3739325537e4668d92fdd9932f7eccc;hp=314b72e2b49c003845eba7c748524add3c035b68;hpb=a95ad2de573027f9bee36db972bcae4195168d0c;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 314b72e2..0ff2a36f 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -148,9 +148,7 @@ private slots: void userAuthenticationRequired(CoreAccount*, bool* valid, const QString& errorMessage); void handleNoSslInClient(bool* accepted); void handleNoSslInCore(bool* accepted); -#ifdef HAVE_SSL void handleSslErrors(const QSslSocket* socket, bool* accepted, bool* permanently); -#endif void onConfigureNetworksTriggered(); void onConfigureViewsTriggered(); @@ -191,6 +189,13 @@ private slots: */ 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 *