Files
DualFloatingClock/window_helper_macos.h
2026-04-18 06:13:30 +08:00

17 lines
252 B
Objective-C

#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