Skip to content

Commit

Permalink
Fixes for PR 54
Browse files Browse the repository at this point in the history
  • Loading branch information
AmonRaNet committed Jun 4, 2024
1 parent 89afccb commit 138e50b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion QGeoView.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ SUBDIRS = \
samples/moving-objects \
samples/mouse-actions \
samples/camera-actions \
samples/drag-and-drop
samples/drag-and-drop
1 change: 0 additions & 1 deletion lib/include/QGeoView/QGVMapQGView.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "QGVMapQGItem.h"
#include "QGVMapRubberBand.h"


#include <QDragEnterEvent>
#include <QDragLeaveEvent>
#include <QDragMoveEvent>
Expand Down
6 changes: 0 additions & 6 deletions samples/drag-and-drop/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <QTimer>
#include <QTreeWidgetItem>

//#include <QGeoView/QGVLayerBDGEx.h>
#include <QGeoView/QGVLayerGoogle.h>
#include <QGeoView/Raster/QGVIcon.h>
#include <helpers.h>
Expand Down Expand Up @@ -77,11 +76,6 @@ MainWindow::MainWindow(QWidget* parent)
Helpers::setupCachedNetworkAccessManager(this);
mMap = new QGVMap(this);

// Background layer
// QGVLayer * layerBDGExCTM250 = new QGVLayerBDGEx(QGV::BDGExLayer::ctm250);
// layerBDGExCTM250->setName("BDGEx CTM250");
// mMap->addItem(layerBDGExCTM250);

QGVLayer* layerGoogleSchema = new QGVLayerGoogle(QGV::TilesType::Schema);
layerGoogleSchema->setName("Google Schema");
mMap->addItem(layerGoogleSchema);
Expand Down

0 comments on commit 138e50b

Please sign in to comment.