diff --git a/src/qgcunittest/MockUAS.h b/src/qgcunittest/MockUAS.h index a153a234b2cde6f3beb76ebefed0c192afdc5694..b6bda697570b42202fa73eca1619be0abe6cbc3f 100644 --- a/src/qgcunittest/MockUAS.h +++ b/src/qgcunittest/MockUAS.h @@ -42,8 +42,8 @@ class MockUAS : public UASInterface signals: // The following UASInterface signals are supported - void parameterChanged(int uas, int component, QString parameterName, QVariant value); - void remoteControlChannelRawChanged(int channelId, float raw); + // void parameterChanged(int uas, int component, QString parameterName, QVariant value); + // void remoteControlChannelRawChanged(int channelId, float raw); public: // Implemented UASInterface overrides diff --git a/src/qgcunittest/MockUASManager.h b/src/qgcunittest/MockUASManager.h index 5607ea11cc05298c8c2c36bc3b3399fbea2811c2..79d826477d0e737de22a72fd7bb9bccb6e44b80a 100644 --- a/src/qgcunittest/MockUASManager.h +++ b/src/qgcunittest/MockUASManager.h @@ -39,11 +39,11 @@ class MockUASManager : public UASManagerInterface Q_OBJECT signals: - // The following signals from UASManager interface are supported - void activeUASSet(UASInterface* UAS); - void activeUASSet(int systemId); - void activeUASStatusChanged(UASInterface* UAS, bool active); - void activeUASStatusChanged(int systemId, bool active); + // The following signals from UASManager interface are supported: + // void activeUASSet(UASInterface* UAS); + // void activeUASSet(int systemId); + // void activeUASStatusChanged(UASInterface* UAS, bool active); + // void activeUASStatusChanged(int systemId, bool active); public: // Implemented UASManagerInterface overrides