UI improvements

* mapping component does not need extra identifier as it uses "Identifiable"
* misc smaller adjustments
This commit is contained in:
Klaus Basan
2018-06-05 18:40:17 +02:00
parent 0849359722
commit 46a3f925a9
6 changed files with 22 additions and 29 deletions

View File

@@ -45,7 +45,6 @@ namespace BlackGui
//! Destructor
virtual ~CModelMatcherComponent();
public slots:
//! Tab (where this component is embedded) has been changed
void tabIndexChanged(int index);