1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Make the port build with Qt 4.8.x.

This commit is contained in:
Raphael Kubo da Costa 2012-05-21 18:30:21 +00:00
parent 993fbc4e17
commit 400a11297c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297138

View File

@ -0,0 +1,11 @@
--- src/svnfrontend/graphtree/revgraphview.h~ 2012-05-21 15:28:34.000000000 -0300
+++ src/svnfrontend/graphtree/revgraphview.h 2012-05-21 15:28:40.000000000 -0300
@@ -49,7 +49,7 @@
/**
@author Rajko Albrecht <ral@alwins-world.de>
*/
-class RevGraphView : virtual public QGraphicsView
+class RevGraphView : public QGraphicsView
{
Q_OBJECT
public: