changeset 523:ca583ffe728a

Removed menu entries.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 29 Apr 2014 15:26:02 +0200
parents c495dd026d61
children a097dd86cb4d
files ui/mainwindow.cpp
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ui/mainwindow.cpp	Tue Apr 29 15:24:49 2014 +0200
+++ b/ui/mainwindow.cpp	Tue Apr 29 15:26:02 2014 +0200
@@ -317,16 +317,16 @@
     QMenu *mMenu = new QMenu(tr("Menu"), mMenuBar);
     mMenuBar->addMenu(mMenu);
     QAction *update = mMenu->addAction(tr("Force Update"));
-    QAction *settings = mMenu->addAction(tr("Settings"));
-    QAction *status = mMenu->addAction(tr("Statusdialog"));
+//    QAction *settings = mMenu->addAction(tr("Settings"));
+//    QAction *status = mMenu->addAction(tr("Statusdialog"));
     mMenu->addSeparator();
     QAction *help = mMenu->addAction(tr("Help"));
     QAction *about = mMenu->addAction(tr("About"));
     mMenu->addSeparator();
     QAction *quit = mMenu->addAction(tr("Quit"));
     connect(update, SIGNAL(triggered()), this, SLOT(checkUpdates()));
-    connect(settings, SIGNAL(triggered()), this, SLOT(showSettings()));
-    connect(status, SIGNAL(triggered()), this, SLOT(showStatus()));
+//    connect(settings, SIGNAL(triggered()), this, SLOT(showSettings()));
+//    connect(status, SIGNAL(triggered()), this, SLOT(showStatus()));
     connect(help, SIGNAL(triggered()), this, SLOT(showHelp()));
     connect(about, SIGNAL(triggered()), this, SLOT(showAbout()));
     connect(quit, SIGNAL(triggered()), this, SLOT(closeApp()));

http://wald.intevation.org/projects/trustbridge/