Skip to content

Commit 4b562f2

Browse files
committed
Make filename in project properties copyable
(cherry-picked from d56ca40)
1 parent 2e4c328 commit 4b562f2

File tree

2 files changed

+41
-139
lines changed

2 files changed

+41
-139
lines changed

src/app/qgsprojectproperties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ QgsProjectProperties::QgsProjectProperties( QgsMapCanvas* mapCanvas, QWidget *pa
139139
// Properties stored in QgsProject
140140

141141
title( QgsProject::instance()->title() );
142-
projectFileName->setText( QgsProject::instance()->fileName() );
142+
mProjectFileLineEdit->setText( QgsProject::instance()->fileName() );
143143

144144
// get the manner in which the number of decimal places in the mouse
145145
// position display is set (manual or automatic)

0 commit comments

Comments
 (0)