Skip to content

Commit 5ca052d

Browse files
author
timlinux
committedSep 7, 2006
Remove deprecated call to setMainWidget
git-svn-id: http://svn.osgeo.org/qgis/trunk@5773 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7986013 commit 5ca052d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎tools/mapserver_export/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ int main( int argc, char **argv )
99
QCoreApplication::setApplicationName("qgis");
1010

1111
QgsMapserverExport *mse = new QgsMapserverExport();
12-
a.setMainWidget( mse );
1312
mse->show();
1413
return a.exec();
1514
}

0 commit comments

Comments
 (0)
Please sign in to comment.