remove fmt from submodules

This commit is contained in:
Simone
2024-01-22 15:27:08 +01:00
parent 9be2b238d2
commit b358862314
198 changed files with 40 additions and 89536 deletions

View File

@@ -99,4 +99,7 @@ public:
std::unique_ptr<ParallelRdpWindowInfo> windowInfo;
std::unique_ptr<Vulkan::WSIPlatform> wsiPlatform;
std::unique_ptr<QtInstanceFactory> instance;
Q_SIGNALS:
void Show() { show(); }
void Hide() { hide(); }
};