From e4c27dfa8893cfa694b143f2aff146e4fd5584b2 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sun, 13 Apr 2014 19:41:48 +0200 Subject: [PATCH] fix compile error --- .../deviceplugins/openweathermap/devicepluginopenweathermap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/deviceplugins/openweathermap/devicepluginopenweathermap.cpp b/plugins/deviceplugins/openweathermap/devicepluginopenweathermap.cpp index e7f746db..3466b3f0 100644 --- a/plugins/deviceplugins/openweathermap/devicepluginopenweathermap.cpp +++ b/plugins/deviceplugins/openweathermap/devicepluginopenweathermap.cpp @@ -291,7 +291,7 @@ QList DevicePluginOpenweathermap::supportedDevices() const QList DevicePluginOpenweathermap::discoveredDevices(const DeviceClassId &deviceClassId) const { - m_openweaher-> +// m_openweaher-> } DeviceManager::HardwareResources DevicePluginOpenweathermap::requiredHardware() const