fix return in openweather plugin

pull/1/head
Michael Zanetti 2014-04-13 22:49:44 +02:00
parent c56ebcb6a2
commit b088e13ea6
1 changed files with 1 additions and 0 deletions

View File

@ -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