ui fixes for macos

This commit is contained in:
Admin
2021-01-03 23:55:04 +03:00
parent e38ff95688
commit 9fa515a9d4
6 changed files with 81 additions and 236 deletions
+5
View File
@@ -16,7 +16,12 @@ class MainWindow;
/**
* @brief The MainWindow class - Main application window
*/
#ifdef Q_OS_WIN
class MainWindow : public CFramelessWindow
#else
class MainWindow : public QMainWindow
#endif
{
Q_OBJECT