edit mobilewidget.ui, main and wifi tab now only will be update if they

are active
This commit is contained in:
arcan1s
2015-08-19 00:42:29 +03:00
parent e67493f5c0
commit 5efb25dca3
5 changed files with 20 additions and 13 deletions

View File

@ -111,6 +111,14 @@ MainWindow::~MainWindow()
}
int MainWindow::currentTab()
{
if (debug) qDebug() << PDEBUG;
return ui->stackedWidget->currentIndex();
}
Qt::ToolBarArea MainWindow::getToolBarArea()
{
if (debug) qDebug() << PDEBUG;