From b088e13ea6c59dbdd5e156a0564965da77ecf9bc Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sun, 13 Apr 2014 22:49:44 +0200 Subject: [PATCH] fix return in openweather plugin --- .../deviceplugins/openweathermap/devicepluginopenweathermap.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/deviceplugins/openweathermap/devicepluginopenweathermap.cpp b/plugins/deviceplugins/openweathermap/devicepluginopenweathermap.cpp index a32e86d3..5453c8cb 100644 --- a/plugins/deviceplugins/openweathermap/devicepluginopenweathermap.cpp +++ b/plugins/deviceplugins/openweathermap/devicepluginopenweathermap.cpp @@ -293,6 +293,7 @@ DeviceManager::DeviceError DevicePluginOpenweathermap::discoverDevices(const Dev { qDebug() << "should discover divces for" << deviceClassId << params; // m_openweaher-> + return DeviceManager::DeviceErrorNoError; } DeviceManager::HardwareResources DevicePluginOpenweathermap::requiredHardware() const