Skip to content

Commit

Permalink
sync: from linuxdeepin/qt5platform-plugins
Browse files Browse the repository at this point in the history
Synchronize source files from linuxdeepin/qt5platform-plugins.

Source-pull-request: linuxdeepin/qt5platform-plugins#225
  • Loading branch information
deepin-ci-robot authored and kegechen committed Nov 29, 2023
1 parent 4429541 commit 2b54356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dnativesettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void DNativeSettings::init(const QMetaObject *metaObject)
QMetaPropertyBuilder op;

#if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
switch (mp.metaType()) {
switch (mp.typeId()) {
#else
switch (static_cast<int>(mp.type())) {
#endif
Expand Down

0 comments on commit 2b54356

Please sign in to comment.