31 #include <QFileSystemWatcher>
33 #include <QStringList>
44 , Watcher_ {
new QFileSystemWatcher {
this } }
46 Watcher_->addPaths (
ToPaths (types).toList ());
48 SIGNAL (directoryChanged (QString)),
std::shared_ptr< ICoreProxy > ICoreProxy_ptr
QSet< QString > ToPaths(Type type)
Finds and parses XDG .desktop files.
ItemsDatabase(ICoreProxy_ptr proxy, const QList< Type > &types, QObject *parent=nullptr)
Creates the ItemsDatabase for the given types.