diff gui/src/MainWindow.h @ 14308:3b6177bd63b0 gui

Removed chat and chat settings, instead made a separate menu entry in the community menu. * MainWindow: Added menu entry. * SettingsDialog: Removed tab for chat settings.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Wed, 01 Feb 2012 19:28:51 +0100
parents faece6b2ab90
children df86157a4912
line wrap: on
line diff
--- a/gui/src/MainWindow.h
+++ b/gui/src/MainWindow.h
@@ -87,11 +87,11 @@
   void handleOpenFileRequest (QString fileName);
   void reportStatusMessage (QString statusMessage);
   void openWebPage (QString url);
+  void openChat ();
   void handleSaveWorkspaceRequest ();
   void handleLoadWorkspaceRequest ();
   void handleClearWorkspaceRequest ();
   void handleCommandDoubleClicked (QString command);
-  void handleUnreadMessages (bool yes);
   void alignMdiWindows ();
   void openEditor ();
   void openEditorFile (QString fileName);
@@ -119,7 +119,6 @@
 
   NonClosableMdiSubWindow *m_terminalViewSubWindow;
   NonClosableMdiSubWindow *m_documentationWidgetSubWindow;
-  NonClosableMdiSubWindow *m_ircWidgetSubWindow;
 
   // Dock widgets.
   WorkspaceView *m_workspaceView;