Skip to content

Commit fd51d10

Browse files
author
jef
committedDec 22, 2009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ void QgisApp::setupConnections()
18081808
connect( QgsProject::instance(), SIGNAL( readProject( const QDomDocument & ) ),
18091809
this, SLOT( projectChanged( const QDomDocument & ) ) );
18101810
connect( QgsProject::instance(), SIGNAL( writeProject( QDomDocument & ) ),
1811-
this, SLOT( projectChanged( QDomDocument & ) ) );
1811+
this, SLOT( projectChanged( const QDomDocument & ) ) );
18121812
}
18131813

18141814
void QgisApp::createCanvas()

0 commit comments

Comments
 (0)
Please sign in to comment.