summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2021-10-22 14:30:10 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2021-10-22 19:35:50 +0200
commit107f4f2a6d6a2d84ff8104b1de16b1e06c2af131 (patch)
tree2523e3dc8afcc3335eb058e27792900cac5df404 /include
parent3b079241da281d5e60572c8258d827af67f8f847 (diff)
Rename SystemEnvData::Toolkit::{Qt5 -> Qt}
It's used for the qt6 VCL plugin as well. Change-Id: I3f57258c2c8e3c12532d79b44f24105a30590675 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124064 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/sysdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx
index 85babeaa2f1c..57d9c2220ecf 100644
--- a/include/vcl/sysdata.hxx
+++ b/include/vcl/sysdata.hxx
@@ -50,7 +50,7 @@ typedef struct CGContext *CGContextRef;
struct VCL_DLLPUBLIC SystemEnvData
{
- enum class Toolkit { Gen, Gtk, Qt5 };
+ enum class Toolkit { Gen, Gtk, Qt };
Toolkit toolkit; // the toolkit in use
#if defined(_WIN32)
HWND hWnd; // the window hwnd