moved BaseWindow and related files into appbase

This commit is contained in:
fourtf
2018-11-22 22:10:29 +01:00
parent 0f8a1a3ff8
commit 38b23d77ce
22 changed files with 6 additions and 6365 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class Theme final : public Singleton
public:
Theme();
inline bool isLightTheme() const
bool isLightTheme() const
{
return this->isLight_;
}