Fixed some minor issues in mapping tool (triggered by slack discussion)

* slot menu connect
* stashing from model view
* removed unused menu
This commit is contained in:
Klaus Basan
2016-02-25 17:13:11 +01:00
committed by Mathew Sutcliffe
parent 79f95845b2
commit 76814b43be
6 changed files with 6 additions and 39 deletions

View File

@@ -31,7 +31,7 @@ namespace BlackGui
ui(new Ui::CDataInfoAreaComponent)
{
ui->setupUi(this);
initInfoArea(); // init base class
this->initInfoArea(); // init base class
this->setWindowIcon(CIcons::swiftDatabase24());
this->ps_setTabBarPosition(QTabWidget::North);
}