Change ifdefs around Main ToolBar fix to target mac only.
[quassel.git] / src / qtui / mainwin.h
index 2e68b2f..49e4cef 100644 (file)
@@ -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  *
@@ -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();