Added ApplicationConfig argument to QuickApp constructor.
This commit is contained in:
parent
180f2b70fa
commit
b35edfcf20
@ -241,6 +241,8 @@ private:
|
|||||||
std::string mFolderName;
|
std::string mFolderName;
|
||||||
std::string mWindowTitle;
|
std::string mWindowTitle;
|
||||||
public:
|
public:
|
||||||
|
explicit QuickApp(ApplicationConfig config = {}) noexcept : Application(config) {}
|
||||||
|
|
||||||
void preInit(QuickAppOptions options);
|
void preInit(QuickAppOptions options);
|
||||||
void render() override;
|
void render() override;
|
||||||
std::string getFolderName() override;
|
std::string getFolderName() override;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user