1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 00:14:49 -04:00

Fixed the rest of the warnings and main cmake file. Implements #663

This commit is contained in:
f4exb
2020-11-15 02:19:06 +01:00
parent 7c1e546f5f
commit 164b83a3ce
8 changed files with 52 additions and 53 deletions
@@ -77,6 +77,7 @@ struct TestMISettings {
void resetToDefaults();
QByteArray serialize() const;
bool deserialize(const QByteArray& data);
TestMISettings& operator=(const TestMISettings&) = default;
};