20 #include <QVariantMap>
23 class AccountsServiceDBusAdaptor;
32 void syncItems(QList<LauncherItem*> m_list);
35 QVariantMap itemToVariant(LauncherItem *item)
const;
38 AccountsServiceDBusAdaptor *m_accounts;
41 QDBusInterface *m_userInterface;
43 friend class LauncherModelTest;