void-packages/srcpkgs/octoxbps/patches/fix-qt5.11.patch
Jürgen Buchmüller d0227e5525
octoxbps: fix build w/ qt5-5.11
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-31 15:49:28 +01:00

10 lines
295 B
Diff

--- src/transactiondialog.h 2016-11-23 15:49:29.000000000 +0100
+++ src/transactiondialog.h 2018-12-31 15:46:57.094377701 +0100
@@ -22,6 +22,7 @@
#include "ui_transactiondialog.h"
#include <QDialog>
+#include <QRegularExpression>
//const int ctn_RUN_IN_TERMINAL(328);
class QPushButton;