File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -973,7 +973,6 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
973
973
974
974
void renameView ();
975
975
976
- void showProgress ( int progress, int totalSteps );
977
976
void showStatusMessage ( const QString &message );
978
977
979
978
void loadingLayerMessages ( const QString &layerName, const QList<QgsReadWriteContext::ReadWriteMessage> &messages );
@@ -1740,6 +1739,8 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
1740
1739
void endProfile ();
1741
1740
void functionProfile ( void ( QgisApp::*fnc )(), QgisApp *instance, const QString &name );
1742
1741
1742
+ void showProgress ( int progress, int totalSteps );
1743
+
1743
1744
/* *
1744
1745
* This method will open a dialog so the user can select GDAL sublayers to load
1745
1746
* \returns true if any items were loaded
You can’t perform that action at this time.
0 commit comments