We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2e0ce59 commit 42c21c1Copy full SHA for 42c21c1
src/gui/processing/qgsprocessinghistorywidget.cpp
@@ -17,7 +17,6 @@
17
#include "qgshistorywidget.h"
18
#include "qgsgui.h"
19
#include "qgshistoryproviderregistry.h"
20
-#include "qgshistoryprovider.h"
21
#include "qgshelp.h"
22
#include "qgsfileutils.h"
23
#include "qgshistoryentry.h"
@@ -97,6 +96,8 @@ QgsProcessingHistoryDialog::QgsProcessingHistoryDialog( QWidget *parent )
97
96
setObjectName( QStringLiteral( "QgsProcessingHistoryDialog" ) );
98
QgsGui::instance()->enableAutoGeometryRestore( this );
99
+ setWindowTitle( tr( "Processing History" ) );
100
+
101
QVBoxLayout *vl = new QVBoxLayout();
102
mWidget = new QgsProcessingHistoryWidget();
103
vl->addWidget( mWidget, 1 );
0 commit comments