forked from quickshell/quickshell
core: synthesized qmldir files and new qml scanning strategy
This commit is contained in:
parent
1687ff3614
commit
ffbdac9977
14 changed files with 354 additions and 90 deletions
|
@ -1,9 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <qhash.h>
|
||||
#include <qobject.h>
|
||||
#include <qqmlengine.h>
|
||||
#include <qqmlintegration.h>
|
||||
#include <qtclasshelpermacros.h>
|
||||
#include <qtmetamacros.h>
|
||||
#include <qtypes.h>
|
||||
#include <qurl.h>
|
||||
|
||||
#include "reload.hpp"
|
||||
|
@ -26,5 +28,5 @@ public:
|
|||
void onReload(SingletonRegistry* old);
|
||||
|
||||
private:
|
||||
QMap<QUrl, Singleton*> registry;
|
||||
QHash<QUrl, Singleton*> registry;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue