Skip to content

Commit 3747aae

Browse files
committed
Fix build
1 parent 1964a7c commit 3747aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/heatmap/heatmap.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ void Heatmap::run()
226226
int counter = 0;
227227

228228
QProgressDialog p( tr( "Rendering heatmap..." ), tr( "Abort" ), 0, totalFeatures, mQGisIface->mainWindow() );
229-
progressDialog.setWindowTitle( tr( "QGIS" ) );
229+
p.setWindowTitle( tr( "QGIS" ) );
230230
p.setWindowModality( Qt::ApplicationModal );
231231
p.show();
232232

0 commit comments

Comments
 (0)