Skip to content

Commit a468957

Browse files
author
jef
committed
fix connect
git-svn-id: http://svn.osgeo.org/qgis/trunk@12584 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent bf04cc0 commit a468957

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)