File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -862,7 +862,7 @@ The class must inherit from QObject and include the Q_OBJECT macro.
862
862
863
863
class TestQgsRasterLayer: public QObject
864
864
{
865
- Q_OBJECT;
865
+ Q_OBJECT
866
866
867
867
All our test methods are implemented as private slots. The QtTest framework
868
868
will sequentially call each private slot method in the test class. There are
Original file line number Diff line number Diff line change 1
1
QGIS
2
2
Building QGIS from source - step by step
3
- Wednesday June 24 , 2015
3
+ Thursday October 29 , 2015
4
4
5
5
6
- Last Updated: Wednesday June 24 , 2015
7
- Last Change : Wednesday June 24 , 2015
6
+ Last Updated: Thursday October 29 , 2015
7
+ Last Change : Thursday July 23 , 2015
8
8
9
9
10
10
1. Introduction
@@ -99,7 +99,7 @@ Required build dependencies:
99
99
100
100
- Qt >= 4.8.0
101
101
- Proj >= 4.4.x
102
- - GEOS >= 3.0
102
+ - GEOS >= 3.4
103
103
- Sqlite3 >= 3.0.0
104
104
- GDAL/OGR >= 1.4.x
105
105
- Qwt >= 5.0 & (< 6.1 with internal QwtPolar)
Original file line number Diff line number Diff line change @@ -1135,7 +1135,7 @@ <H2>3.2. Creating a unit test</H2>
1135
1135
< div class ="code "> < PRE >
1136
1136
class TestQgsRasterLayer: public QObject
1137
1137
{
1138
- Q_OBJECT;
1138
+ Q_OBJECT
1139
1139
</ PRE > </ div >
1140
1140
1141
1141
< P >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Required build dependencies:
17
17
18
18
- Qt >= 4.8.0
19
19
- Proj >= 4.4.x
20
- - GEOS >= 3.0
20
+ - GEOS >= 3.4
21
21
- Sqlite3 >= 3.0.0
22
22
- GDAL/OGR >= 1.4.x
23
23
- Qwt >= 5.0 & (< 6.1 with internal QwtPolar)
You can’t perform that action at this time.
0 commit comments