We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5a3a5 commit bdc02a2Copy full SHA for bdc02a2
python/plugins/GdalTools/tools/doExtractProj.py
@@ -120,6 +120,7 @@ def updateProgress( self ):
120
121
def processingFinished( self ):
122
self.stopProcessing()
123
+ QMessageBox.information(self, self.tr( "Finished" ), self.tr( "Processing completed." ) )
124
125
def processingInterrupted( self ):
126
self.restoreGui()
0 commit comments