Ref T312, ignore not running listeners checking again via button

This commit is contained in:
Klaus Basan
2018-09-06 09:11:55 +02:00
committed by Roland Winklmeier
parent a2486981bd
commit 55690846fe
4 changed files with 12 additions and 6 deletions

View File

@@ -585,6 +585,9 @@ namespace BlackCore
//! Info about the backend system (if available)
virtual QString backendInfo() const;
//! Running?
bool isRunning() const { return m_isRunning; }
public slots:
//! Start listening for the simulator to start.
//! \threadsafe