X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=49e4cef4c802a2bbd01145d18332bc9c8aa4607c;hb=13c1c8fd092079ff9bc4ff3acfa9100d008d5ea7;hp=54c19a1c4663105628d9aeacf0906d44220e360c;hpb=e4a23f68789db8aa7dddeebed35f4ff6a90ffa8c;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 54c19a1c..49e4cef4 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -36,6 +36,7 @@ class BufferHotListFilter; class BufferView; class BufferViewConfig; class ClientBufferViewConfig; +class ClientTransfer; class CoreAccount; class CoreConnectionStatusWidget; class BufferViewDock; @@ -46,7 +47,6 @@ class NickListWidget; class SystemTray; class ChatMonitorView; class TopicWidget; -class Transfer; class QMenu; class QLabel; @@ -123,7 +123,7 @@ private slots: void showNotificationsDlg(); void showIgnoreList(QString newRule = QString()); void showShortcutsDlg(); - void showNewTransferDlg(const Transfer *transfer); + void showNewTransferDlg(const ClientTransfer *transfer); void onFullScreenToggled(); void handleCoreConnectionError(const QString &errorMsg); @@ -154,6 +154,9 @@ private slots: void saveMenuBarStatus(bool enabled); void saveStatusBarStatus(bool enabled); +#ifdef Q_WS_MAC + void saveMainToolBarStatus(bool enabled); +#endif void loadLayout(); void saveLayout();