From 0177eedd03bd9a75dafea296f77b8a6bdad9c3cb Mon Sep 17 00:00:00 2001 From: SineStriker <55847490+SineStriker@users.noreply.github.com> Date: 周六, 04 5月 2024 20:59:54 +0800 Subject: [PATCH] Merge pull request #75 from mentalfl0w/patch-1 --- src/core/qwindowkit_windows.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/core/qwindowkit_windows.h b/src/core/qwindowkit_windows.h index 511268c..560e4da 100644 --- a/src/core/qwindowkit_windows.h +++ b/src/core/qwindowkit_windows.h @@ -116,6 +116,7 @@ // // Registry Helpers // + #if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) class QWK_CORE_EXPORT WindowsRegistryKey { public: -- Gitblit v1.9.1