This commit is contained in:
ivaquero
2026-04-21 11:42:58 +08:00
parent 1a20802dad
commit 2e460fcb76
17 changed files with 55 additions and 391 deletions
+2 -1
View File
@@ -5,7 +5,6 @@
#ifdef Q_OS_WIN
#include <Windows.h>
#endif
class WindowHelperWindows
{
@@ -19,4 +18,6 @@ private:
static HWND getWindowHandle(QWidget *widget);
};
#endif // Q_OS_WIN
#endif // WINDOW_HELPER_WINDOWS_H