结构更新

This commit is contained in:
2026-07-24 09:17:13 +08:00
parent d9522b1ead
commit 7865b8c3ac
135 changed files with 1476 additions and 1426 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
#include "export.h"
#include <QGuiApplication>
#include <QScreen>
ScreenInfo get_screen_info() {
ScreenInfo info;
#if QT_VERSION >= QT_VERSION_CHECK(5, 3, 0)
@@ -25,4 +26,4 @@ ScreenInfo get_screen_info() {
info.availableSize = desktop->availableGeometry().size();
#endif
return info;
}
}