roll back

This commit is contained in:
arcan1s
2014-08-01 09:37:09 +04:00
parent 0aa162b71b
commit 0d26d6230e
27 changed files with 117 additions and 4148 deletions

View File

@ -24,7 +24,6 @@
#include <QProcess>
#include <netctlgui/netctlgui.h>
#include <reportabug/reportabug.h>
#include "aboutwindow.h"
#include "bridgewidget.h"
@ -92,7 +91,6 @@ MainWindow::MainWindow(QWidget *parent,
aboutWin = new AboutWindow(this, debug);
errorWin = new ErrorWindow(this, debug);
netctlAutoWin = new NetctlAutoWindow(this, debug, configuration);
reportWin = new Reportabug(this, debug);
// profile widgets
generalWid = new GeneralWidget(this, configuration);
ui->scrollAreaWidgetContents->layout()->addWidget(generalWid);
@ -175,7 +173,6 @@ MainWindow::~MainWindow()
delete errorWin;
delete netctlAutoWin;
delete settingsWin;
delete reportWin;
delete ui;
}
@ -234,7 +231,6 @@ void MainWindow::createActions()
connect(ui->actionNetctlAuto, SIGNAL(triggered(bool)), netctlAutoWin, SLOT(showWindow()));
connect(ui->actionSettings, SIGNAL(triggered(bool)), settingsWin, SLOT(showWindow()));
connect(ui->actionQuit, SIGNAL(triggered(bool)), this, SLOT(close()));
connect(ui->actionReport, SIGNAL(triggered(bool)), reportWin, SLOT(showWindow()));
// actions menu
connect(ui->menuActions, SIGNAL(aboutToShow()), this, SLOT(updateMenu()));