homescreenapp/stateplugins/hsmenuworkerstateplugin/tsrc/t_hsmenuworkerstateplugin/src/hsdatabase_mock.cpp
changeset 95 32e56106abf2
parent 90 3ac3aaebaee5
equal deleted inserted replaced
90:3ac3aaebaee5 95:32e56106abf2
   216     Q_UNUSED(data)
   216     Q_UNUSED(data)
   217     Q_UNUSED(orientation)
   217     Q_UNUSED(orientation)
   218     return true;
   218     return true;
   219 }
   219 }
   220 
   220 
       
   221 bool HsDatabase::updateWidgetPresentations(const QList<HsWidgetPresentationData> &data, Qt::Orientation orientation)
       
   222 {
       
   223     Q_UNUSED(data)
       
   224     Q_UNUSED(orientation)
       
   225     return true;
       
   226 }
       
   227 
   221 bool HsDatabase::matchWidgetPreferences(const QVariantHash &preferences, const QMultiMap<QString, QString>& storedPreferences)
   228 bool HsDatabase::matchWidgetPreferences(const QVariantHash &preferences, const QMultiMap<QString, QString>& storedPreferences)
   222 {
   229 {
   223     Q_UNUSED(preferences)
   230     Q_UNUSED(preferences)
   224     Q_UNUSED(storedPreferences)
   231     Q_UNUSED(storedPreferences)
   225     return true;
   232     return true;