mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 23:43:43 -04:00
Feature plugins: use specialized FeatureGUI superclass. Handle GUI lifecycle in DeviceUISet
This commit is contained in:
@@ -36,6 +36,7 @@ class ChannelWebAPIAdapter;
|
||||
class DeviceWebAPIAdapter;
|
||||
class FeatureWebAPIAdapter;
|
||||
class Feature;
|
||||
class FeatureGUI;
|
||||
|
||||
class SDRBASE_API PluginInterface {
|
||||
public:
|
||||
@@ -331,7 +332,7 @@ public:
|
||||
|
||||
// Features
|
||||
|
||||
virtual PluginInstanceGUI* createFeatureGUI(FeatureUISet *featureUISet, Feature *feature) const
|
||||
virtual FeatureGUI* createFeatureGUI(FeatureUISet *featureUISet, Feature *feature) const
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user