diff --git a/sdrbase/plugin/plugininterface.h b/sdrbase/plugin/plugininterface.h index d9ff9d2bb..5763ffe86 100644 --- a/sdrbase/plugin/plugininterface.h +++ b/sdrbase/plugin/plugininterface.h @@ -301,6 +301,6 @@ public: } }; -Q_DECLARE_INTERFACE(PluginInterface, "SDRangel.PluginInterface/0.1"); +Q_DECLARE_INTERFACE(PluginInterface, "SDRangel.PluginInterface/0.1") #endif // INCLUDE_PLUGININTERFACE_H diff --git a/sdrbase/settings/preset.h b/sdrbase/settings/preset.h index 7f1df2a68..e6b9b8e1f 100644 --- a/sdrbase/settings/preset.h +++ b/sdrbase/settings/preset.h @@ -170,7 +170,7 @@ private: const QByteArray* findBestDeviceConfigSoapy(const QString& sourceId, const QString& deviceSerial) const; }; -Q_DECLARE_METATYPE(const Preset*); -Q_DECLARE_METATYPE(Preset*); +Q_DECLARE_METATYPE(const Preset*) +Q_DECLARE_METATYPE(Preset*) #endif // INCLUDE_PRESET_H