lp://staging/~neon/phonon/master
- Get this branch:
- bzr branch lp://staging/~neon/phonon/master
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://invent.kde.org/libraries/phonon.
Last successful import was .
Recent revisions
- 2966. By Nicolás Alvarez
-
Update IRC network name in Doxygen main page
KDE has moved from freenode to Libera Chat, update the home page of the API
docs to reflect this. - 2964. By Ahmad Samir <email address hidden>
-
Port away from deprecated Qt methods
Also bump required Qt version to 5.15
- 2963. By Friedrich W. H. Kossebau <email address hidden>
-
Remove module prefixes from Qt includes
GIT_SILENT
- 2962. By Friedrich W. H. Kossebau <email address hidden>
-
Port away from deprecated QList::swap(i, j)
GIT_SILENT
- 2961. By Friedrich W. H. Kossebau <email address hidden>
-
Port away from deprecated qVariantFromValue()
GIT_SILENT
- 2960. By Friedrich W. H. Kossebau <email address hidden>
-
Use Q_DECLARE_
OPERATORS_ FOR_FLAGS in same namespace as flags definition Having the macro's definition of the operator| in the namespace of the
flags argument improves/unbreaks things for the argument-dependent
lookup of unqualified function names, e.g. when flags are combined in
calls of other methods, but there is some other operator| defined in the
namespace of the current code.Given Q_DECLARE_
OPERATORS_ FOR_FLAGS creates inlined functions, this
should be a source and binary compatible change.Qt did similar for Qt 5.12 in
https://codereview. qt-project. org/c/qt/ qtbase/ +/225348
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)