Skip to content

Commit

Permalink
cxx-qt-lib: remove superfluous type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbooth committed Dec 25, 2024
1 parent d79dd4c commit ab59ab3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/cxx-qt-lib/include/core/quuid.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
using QUuidVariant = QUuid::Variant;
using QUuidVersion = QUuid::Version;

#if QT_VERSION >= QT_VERSION_CHECK(6, 3, 0)
using QUuidFromStringParam = const QString&;
#else
using QUuidFromStringParam = QAnyStringView;
#endif

namespace rust {
namespace cxxqtlib1 {
QUuid
Expand Down

0 comments on commit ab59ab3

Please sign in to comment.