qt5.patch 535 B

1234567891011121314
  1. diff -Nuar a/src/grantleeki18nlocalizer.cpp b/src/grantleeki18nlocalizer.cpp
  2. --- a/src/grantleeki18nlocalizer.cpp 2017-12-04 13:20:01.000000000 +0300
  3. +++ b/src/grantleeki18nlocalizer.cpp 2017-12-16 18:18:43.000518179 +0300
  4. @@ -67,7 +67,9 @@
  5. break;
  6. }
  7. // fall-through
  8. +#if QT_VERSION >= QT_VERSION_CHECK(5,8,0)
  9. Q_FALLTHROUGH();
  10. +#endif
  11. default:
  12. qCWarning(KCALUTILS_LOG) << "Unknown type" << iter->typeName() << "(" << iter->type() << ")";
  13. break;