Skip to content

Commit

Permalink
Add window title
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 26, 2023
1 parent 2e0ce59 commit 42c21c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/processing/qgsprocessinghistorywidget.cpp
Expand Up @@ -17,7 +17,6 @@
#include "qgshistorywidget.h"
#include "qgsgui.h"
#include "qgshistoryproviderregistry.h"
#include "qgshistoryprovider.h"
#include "qgshelp.h"
#include "qgsfileutils.h"
#include "qgshistoryentry.h"
Expand Down Expand Up @@ -97,6 +96,8 @@ QgsProcessingHistoryDialog::QgsProcessingHistoryDialog( QWidget *parent )
setObjectName( QStringLiteral( "QgsProcessingHistoryDialog" ) );
QgsGui::instance()->enableAutoGeometryRestore( this );

setWindowTitle( tr( "Processing History" ) );

QVBoxLayout *vl = new QVBoxLayout();
mWidget = new QgsProcessingHistoryWidget();
vl->addWidget( mWidget, 1 );
Expand Down

0 comments on commit 42c21c1

Please sign in to comment.