Skip to content

Commit 4b2c52c

Browse files
committed
Fixed broken build for 'moving-objects'
1 parent dc80ee6 commit 4b2c52c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

samples/moving-objects/mainwindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <placemarkcircle.h>
2626

2727
#include <QGeoView/QGVLayerOSM.h>
28+
#include <QGeoView/QGVMapQGView.h>
2829

2930
MainWindow::MainWindow()
3031
{

samples/shared/helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ QGV::GeoRect Helpers::randRect(QGVMap* geoMap, const QGV::GeoRect& targetArea, i
4141
return randRect(geoMap, targetArea, size);
4242
}
4343

44-
QGV::GeoRect Helpers::randRect(QGVMap* geoMap, const QGV::GeoRect& targetArea)
44+
QGV::GeoRect Helpers::randRect(QGVMap* /*geoMap*/, const QGV::GeoRect& targetArea)
4545
{
4646
const auto baseGeo1 = randPos(targetArea);
4747
const auto baseGeo2 = randPos(targetArea);

0 commit comments

Comments
 (0)