commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 06/08: gr-qtgui: Add a workaround for an up


From: git
Subject: [Commit-gnuradio] [gnuradio] 06/08: gr-qtgui: Add a workaround for an upstream bug of 'uic'
Date: Sat, 28 Nov 2015 21:28:41 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next-qt5
in repository gnuradio.

commit 1c2c2b8e799d2f69b9776c66f201316ba1465cd5
Author: Paul Cercueil <address@hidden>
Date:   Mon Oct 12 12:19:42 2015 +0200

    gr-qtgui: Add a workaround for an upstream bug of 'uic'
    
    The Qt5 version of the 'uic' compiler generates incorrect code right now.
    The bug has been reported (https://bugreports.qt.io/browse/QTBUG-48492) and
    is pending review.
    
    Signed-off-by: Paul Cercueil <address@hidden>
---
 gr-qtgui/include/QtWidgets/QRegExpValidator | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gr-qtgui/include/QtWidgets/QRegExpValidator 
b/gr-qtgui/include/QtWidgets/QRegExpValidator
new file mode 100644
index 0000000..17f6ce8
--- /dev/null
+++ b/gr-qtgui/include/QtWidgets/QRegExpValidator
@@ -0,0 +1,9 @@
+/*
+ * The Qt5 version of the 'uic' compiler generates incorrect code right now.
+ * The bug has been reported (https://bugreports.qt.io/browse/QTBUG-48492) and
+ * is pending review.
+ *
+ * This file will make sure that the build of gr-qtgui will succeed with the
+ * broken version of 'uic'.
+ */
+#include <QtGui/QRegExpValidator>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]