You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, a QT dependency for compile is broken, and Flatpak packaging too...
src/metronome.cpp:241:22: error: no matching function for call to ‘QList<IMeasure*>::swap(int&, int&)’ 241 | measures.swap(measureIndex, measureIndexAbove); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ En el fichero incluido desde /usr/include/qt/QtCore/qobject.h:49, desde /usr/include/qt/QtCore/QObject:1, desde src/metronome.h:3, desde src/metronome.cpp:1: /usr/include/qt/QtCore/qlist.h:168:17: nota: candidate: ‘void QList<T>::swap(QList<T>&) [con T = IMeasure*]’ 168 | inline void swap(QList<T> &other) noexcept { qSwap(d, other.d); } | ^~~~
The text was updated successfully, but these errors were encountered:
Hi, a QT dependency for compile is broken, and Flatpak packaging too...
src/metronome.cpp:241:22: error: no matching function for call to ‘QList<IMeasure*>::swap(int&, int&)’ 241 | measures.swap(measureIndex, measureIndexAbove); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ En el fichero incluido desde /usr/include/qt/QtCore/qobject.h:49, desde /usr/include/qt/QtCore/QObject:1, desde src/metronome.h:3, desde src/metronome.cpp:1: /usr/include/qt/QtCore/qlist.h:168:17: nota: candidate: ‘void QList<T>::swap(QList<T>&) [con T = IMeasure*]’ 168 | inline void swap(QList<T> &other) noexcept { qSwap(d, other.d); } | ^~~~
The text was updated successfully, but these errors were encountered: