结构更新
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user