dxf2shp.diff
src/plugins/dxf2shp_converter/dxf2shpconvertergui.cpp (working copy) | ||
---|---|---|
42 | 42 |
{ |
43 | 43 |
QString inf = name->text(); |
44 | 44 |
QString outd = dirout->text(); |
45 |
|
|
46 |
if ( outd.size() < 1 ) |
|
47 |
{ |
|
48 |
QMessageBox::information( this, "Warning", "Please select destination file" ); |
|
49 |
return; |
|
50 |
} |
|
45 | 51 | |
46 | 52 |
if ( inf.size() > 1 ) |
47 | 53 |
{ |