Skip to content

Commit 17bdba9

Browse files
committed
fix loading of raster and vector files with sublayers ; add vector and raster test files with sublayers
1 parent b5f8818 commit 17bdba9

10 files changed

+1617
-228
lines changed

src/app/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ SET(QGIS_APP_SRCS
144144
ogr/qgsogrhelperfunctions.cpp
145145
ogr/qgsopenvectorlayerdialog.cpp
146146
ogr/qgsnewogrconnection.cpp
147-
ogr/qgsogrsublayersdialog.cpp
148147
ogr/qgsvectorlayersaveasdialog.cpp
149148

150149
gps/qgsgpsinformationwidget.cpp
@@ -278,7 +277,6 @@ SET (QGIS_APP_MOC_HDRS
278277

279278
ogr/qgsopenvectorlayerdialog.h
280279
ogr/qgsnewogrconnection.h
281-
ogr/qgsogrsublayersdialog.h
282280
ogr/qgsvectorlayersaveasdialog.h
283281

284282
gps/qgsgpsinformationwidget.h

src/app/ogr/qgsogrsublayersdialog.cpp

-71
This file was deleted.

0 commit comments

Comments
 (0)