Skip to content

Instantly share code, notes, and snippets.

@anjanik012
Created April 8, 2021 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anjanik012/8af8c1d0f2aa392f37371ae02e1ca226 to your computer and use it in GitHub Desktop.
Save anjanik012/8af8c1d0f2aa392f37371ae02e1ca226 to your computer and use it in GitHub Desktop.
/usr/include/qt/QtCore/qset.h:179:92: warning: ‘QHash<K, V>::const_iterator QHash<K, V>::const_iterator::operator+(int) const [with Key = long long int; T = QHashDummyValue]’ is deprecated [-Wdeprecated-declarations]
/usr/include/qt/QtCore/qhash.h:447:82: warning: ‘QHash<K, V>::const_iterator& QHash<K, V>::const_iterator::operator--() [with Key = long long int; T = QHashDummyValue]’ is deprecated [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/libs/dimg/filters/hotpixels/hotpixelfixer.cpp:107:87: warning: ‘QList<T> QHash<K, V>::values(const Key&) const [with Key = QString; T = QVariant]’ is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/libs/dimg/history/filteraction.cpp:152:36: warning: ‘QHash<K, V>::iterator QHash<K, V>::insertMulti(const Key&, const T&) [with Key = QString; T = QVariant]’ is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations]
/home/anjani/Programs/KDE/digikam/core/libs/dimg/history/filteraction.cpp:157:37: warning: ‘QHash<K, V>& QHash<K, V>::unite(const QHash<K, V>&) [with Key = QString; T = QVariant]’ is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment