This commit is contained in:
ivaquero
2026-04-18 06:13:30 +08:00
parent 49b39b74d2
commit ec341ddba2
36 changed files with 1941 additions and 273 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef WINDOW_HELPER_MACOS_H
#define WINDOW_HELPER_MACOS_H
class QWidget;
#ifdef __OBJC__
@class NSWindow;
#endif
class MacOSWindowHelper
{
public:
static void setupAlwaysOnTopForFullscreen(QWidget *widget);
};
#endif // WINDOW_HELPER_MACOS_H