void-packages/srcpkgs/grantlee5/patches/fix-qt513.patch

13 lines
287 B
Diff
Raw Normal View History

--- templates/lib/lexer_p.h 2016-04-19 08:33:17.000000000 +0200
+++ templates/lib/lexer_p.h 2019-07-17 18:59:09.532287091 +0200
@@ -23,8 +23,7 @@
#include "textprocessingmachine_p.h"
#include "token.h"
-
-template <typename T> class QList;
+#include <QList>
namespace Grantlee
{