X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=54c19a1c4663105628d9aeacf0906d44220e360c;hp=9ae9a2a2f8342e2998d599e01ccd5aed946f4c57;hb=e4a23f68789db8aa7dddeebed35f4ff6a90ffa8c;hpb=f5bb6544096b45cde4642e821654c48e26a9f79c diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 9ae9a2a2..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,6 +123,7 @@ private slots: void showNotificationsDlg(); void showIgnoreList(QString newRule = QString()); void showShortcutsDlg(); + void showNewTransferDlg(const Transfer *transfer); void onFullScreenToggled(); void handleCoreConnectionError(const QString &errorMsg);