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:
parent
d58fa18b55
commit
5dca792955
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user