From d875011718a33f6706c2879a014e3a0f64c9eadd Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Fri, 26 Jun 2015 01:50:37 +0200 Subject: [PATCH] fix 2b703e3 --- src/app/qgisapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/qgisapp.cpp b/src/app/qgisapp.cpp index 71b3bcaa7f98..1585f002068b 100644 --- a/src/app/qgisapp.cpp +++ b/src/app/qgisapp.cpp @@ -3340,7 +3340,7 @@ void QgisApp::loadOGRSublayers( QString layertype, QString uri, QStringList list if ( layerType == "any" ) { layerType = ""; - list.removeAt( 1 ); + elements.removeAt( 1 ); } if ( layertype != "GRASS" )