mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Simulator "live data", clean up when simulator status changes (remove no longer valid values)
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
#include <QTabWidget>
|
||||
#include <QtGlobal>
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
class CIcon;
|
||||
@@ -89,6 +87,9 @@ namespace BlackGui
|
||||
//! Simple add or update name / value pair
|
||||
void addOrUpdateLiveDataByName(const QString &name, const QString &value, BlackMisc::CIcons::IconIndex iconIndex);
|
||||
|
||||
//! Remove name
|
||||
void removeLiveDataByName(const QString &name);
|
||||
|
||||
QScopedPointer<Ui::CSimulatorComponent> ui;
|
||||
QTimer m_updateTimer;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user