#pragma once #include "GuiApplication.h" #include class TestUiApplication : public GuiApplication { public: TestUiApplication(std::unique_ptr args = nullptr, std::unique_ptr mainApp = nullptr); DesktopManager* getDesktopManager() const; };