Skip to content

Commit 860968b

Browse files
committed
Make QgisApp::showProgress private
Just gotta fix the canvas rendering use of this method and we can finally remove the duplicate progress bar in the status bar...
1 parent 48bf627 commit 860968b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/qgisapp.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,6 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
973973

974974
void renameView();
975975

976-
void showProgress( int progress, int totalSteps );
977976
void showStatusMessage( const QString &message );
978977

979978
void loadingLayerMessages( const QString &layerName, const QList<QgsReadWriteContext::ReadWriteMessage> &messages );
@@ -1740,6 +1739,8 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
17401739
void endProfile();
17411740
void functionProfile( void ( QgisApp::*fnc )(), QgisApp *instance, const QString &name );
17421741

1742+
void showProgress( int progress, int totalSteps );
1743+
17431744
/**
17441745
* This method will open a dialog so the user can select GDAL sublayers to load
17451746
* \returns true if any items were loaded

0 commit comments

Comments
 (0)