1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 16:08:39 -05: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 #endif // INCLUDE_PLUGININTERFACE_H

View File

@ -170,7 +170,7 @@ private:
const QByteArray* findBestDeviceConfigSoapy(const QString& sourceId, const QString& deviceSerial) const; const QByteArray* findBestDeviceConfigSoapy(const QString& sourceId, const QString& deviceSerial) const;
}; };
Q_DECLARE_METATYPE(const Preset*); Q_DECLARE_METATYPE(const Preset*)
Q_DECLARE_METATYPE(Preset*); Q_DECLARE_METATYPE(Preset*)
#endif // INCLUDE_PRESET_H #endif // INCLUDE_PRESET_H