X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=e1ff7ea608a345bddbe2998a67ecb006c76a7f31;hb=8544d22f38e453776f01fabfa6083cec00cf6e50;hp=07e4e634a309ecaa1e0f9b9f358d745e9e29985d;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 07e4e634..e1ff7ea6 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 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 * @@ -122,7 +122,7 @@ private slots: void showNotificationsDlg(); void showIgnoreList(QString newRule = QString()); void showShortcutsDlg(); - void toggleFullscreen(); + void onFullScreenToggled(); void handleCoreConnectionError(const QString &errorMsg); void userAuthenticationRequired(CoreAccount *, bool *valid, const QString &errorMessage); @@ -152,6 +152,9 @@ private slots: void saveMenuBarStatus(bool enabled); void saveStatusBarStatus(bool enabled); +#ifdef Q_WS_MAC + void saveMainToolBarStatus(bool enabled); +#endif void loadLayout(); void saveLayout();