fix return in openweather plugin

This commit is contained in:
Michael Zanetti 2014-04-13 22:49:44 +02:00
parent c56ebcb6a2
commit b088e13ea6

View File

@ -293,6 +293,7 @@ DeviceManager::DeviceError DevicePluginOpenweathermap::discoverDevices(const Dev
{ {
qDebug() << "should discover divces for" << deviceClassId << params; qDebug() << "should discover divces for" << deviceClassId << params;
// m_openweaher-> // m_openweaher->
return DeviceManager::DeviceErrorNoError;
} }
DeviceManager::HardwareResources DevicePluginOpenweathermap::requiredHardware() const DeviceManager::HardwareResources DevicePluginOpenweathermap::requiredHardware() const