You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/kaqaz/files/kaqaz-1.2.0-qt55.patch

15 lines
239 B

Fix build with Qt 5.5.
Gentoo-bug: 563678
--- a/databasedatatypes.h
+++ b/databasedatatypes.h
@@ -23,6 +23,7 @@
#include <QColor>
#include <QStringList>
#include <QGeoCoordinate>
+#include <QObject>
class Enums : public QObject
{