Ref T270, log display can trigger display in sim and further improvements

* log display can trigger displayed log in simulator
* check prerequisites for log and display overlay
* made component identifiable
* pre-load parts
This commit is contained in:
Klaus Basan
2018-06-02 02:03:33 +02:00
parent c750ad1dfc
commit 84428b1284
4 changed files with 82 additions and 27 deletions

View File

@@ -45,7 +45,7 @@ namespace BlackMisc
//! Use literal based object name
CIdentifiable(const QString &objectName) : m_identifier(objectName) {}
//! Connect with QObject providing then name
//! Connect with QObject providing the name
CIdentifiable(QObject *nameProvider);
//! Destructor