Skip to content

Commit

Permalink
fix connect
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12584 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 22, 2009
1 parent 8173f5d commit fd51d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -1808,7 +1808,7 @@ void QgisApp::setupConnections()
connect( QgsProject::instance(), SIGNAL( readProject( const QDomDocument & ) ),
this, SLOT( projectChanged( const QDomDocument & ) ) );
connect( QgsProject::instance(), SIGNAL( writeProject( QDomDocument & ) ),
this, SLOT( projectChanged( QDomDocument & ) ) );
this, SLOT( projectChanged( const QDomDocument & ) ) );
}

void QgisApp::createCanvas()
Expand Down

0 comments on commit fd51d10

Please sign in to comment.