kaqaz-1.2.0-qt55.patch 235 B

123456789101112131415
  1. Fix build with Qt 5.5.
  2. Gentoo-bug: 563678
  3. --- databasedatatypes.h
  4. +++ databasedatatypes.h
  5. @@ -23,6 +23,7 @@
  6. #include <QColor>
  7. #include <QStringList>
  8. #include <QGeoCoordinate>
  9. +#include <QObject>
  10. class Enums : public QObject
  11. {