1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Removed some extra semicolons

This commit is contained in:
f4exb 2019-11-01 22:22:18 +01:00
parent d58fa18b55
commit 5dca792955
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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