Skip to content

Commit 403dd3b

Browse files
author
jef
committed
improve delimited text plugin ui and allow skipping lines
git-svn-id: http://svn.osgeo.org/qgis/trunk@14642 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent be4614b commit 403dd3b

File tree

6 files changed

+557
-281
lines changed

6 files changed

+557
-281
lines changed

src/plugins/delimited_text/qgsdelimitedtextplugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ void QgsDelimitedTextPlugin::run()
124124
connect( myQgsDelimitedTextPluginGui,
125125
SIGNAL( drawVectorLayer( QString, QString, QString ) ),
126126
this, SLOT( drawVectorLayer( QString, QString, QString ) ) );
127-
myQgsDelimitedTextPluginGui->show();
127+
myQgsDelimitedTextPluginGui->exec();
128128
}
129129
//!draw a vector layer in the qui - intended to respond to signal
130130
//sent by diolog when it as finished creating a layer

0 commit comments

Comments
 (0)