Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove deprecated call to setMainWidget
git-svn-id: http://svn.osgeo.org/qgis/trunk@5773 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 7, 2006
1 parent 7986013 commit 5ca052d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/mapserver_export/main.cpp
Expand Up @@ -9,7 +9,6 @@ int main( int argc, char **argv )
QCoreApplication::setApplicationName("qgis");

QgsMapserverExport *mse = new QgsMapserverExport();
a.setMainWidget( mse );
mse->show();
return a.exec();
}

0 comments on commit 5ca052d

Please sign in to comment.