X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fmainwin.h;h=54c19a1c4663105628d9aeacf0906d44220e360c;hb=e4a23f68789db8aa7dddeebed35f4ff6a90ffa8c;hp=9104654e2c41420abdfb9baa87c9fcd83e08534f;hpb=04315f46a16fc3627218377071e008b6b9744992;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 9104654e..54c19a1c 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -46,6 +46,7 @@ class NickListWidget; class SystemTray; class ChatMonitorView; class TopicWidget; +class Transfer; class QMenu; class QLabel; @@ -122,7 +123,8 @@ private slots: void showNotificationsDlg(); void showIgnoreList(QString newRule = QString()); void showShortcutsDlg(); - void toggleFullscreen(); + void showNewTransferDlg(const Transfer *transfer); + void onFullScreenToggled(); void handleCoreConnectionError(const QString &errorMsg); void userAuthenticationRequired(CoreAccount *, bool *valid, const QString &errorMessage);