1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-28 04:54:13 -04:00

FeatureAPI: Added more convenient getIdentifier pure virtual method

This commit is contained in:
f4exb
2022-03-26 12:25:35 +01:00
parent 55a0ceadf3
commit 920d160f13
17 changed files with 109 additions and 23 deletions
@@ -87,6 +87,7 @@ public:
virtual bool handleMessage(const Message& cmd);
virtual void getIdentifier(QString& id) const { id = objectName(); }
virtual QString getIdentifier() const { return objectName(); }
virtual void getTitle(QString& title) const { title = m_settings.m_title; }
virtual QByteArray serialize() const;