summaryrefslogtreecommitdiff
path: root/src/mainwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r--src/mainwindow.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc
index 68b0d91..ace6e5e 100644
--- a/src/mainwindow.cc
+++ b/src/mainwindow.cc
@@ -96,10 +96,10 @@ MainWindow::MainWindow(Settings& settings)
projectMenu->addAction(act_edit_project);
connect(act_edit_project, SIGNAL(triggered()), this, SLOT(editProject()));
- QMenu* testMenu = menuBar()->addMenu(tr("Test"));
- QAction* act_test = new QAction(tr("Test"), this);
- testMenu->addAction(act_test);
- connect(act_test, SIGNAL(triggered()), this, SLOT(test()));
+// QMenu* testMenu = menuBar()->addMenu(tr("Test"));
+// QAction* act_test = new QAction(tr("Test"), this);
+// testMenu->addAction(act_test);
+// connect(act_test, SIGNAL(triggered()), this, SLOT(test()));
QMenu* helpMenu = menuBar()->addMenu(tr("Help"));
QAction* act_about = new QAction(tr("About"), this);