Skip to content

Feature/full integration to qt6 #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

Ozzymandia5
Copy link

No description provided.

olafmandel and others added 11 commits October 27, 2020 16:56
Qt 5.15 deprecated the operator<(QVariant, QVariant). Do get rid of the
warning and to prepare for the eventual removal of the operator,
implement our own needs in a lessThan() function.

The function is based on the description of
QSortFilterProxyModel::lessThan().

Fixes oKcerG#77
Avoids printing an error message that C++11 is required, if C++17 is
already being used.
This fixes an error ' error: lambda capture 'source_parent' is not used
[-Werror,-Wunused-lambda-capture]' produced by clang with -Wall -Wextra
-pedantic -Wno-deprecated-declarations -Wno-deprecated-copy -Werror
Qt versions prior to Qt 5.9 do not have the qmlWarning(). For those
versions redefine qmlWarning() to call qmlInfo() instead.
Recognize C++17 usage in parent projects
Implement own lessThan(QVariant, QVariant)
@denishessberger
Copy link

What's the status of this one for Qt6 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants