From caba0ba24e01310fcc72117e50e3adebc92c648a Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 17 Jun 2005 14:04:52 +0000 Subject: [PATCH] Add getDirectory() method to provide application-specific "Select directory" dialog box --- src/STD/STD_Application.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/STD/STD_Application.cxx b/src/STD/STD_Application.cxx index c697a0d1a..d0c787dfb 100755 --- a/src/STD/STD_Application.cxx +++ b/src/STD/STD_Application.cxx @@ -617,7 +617,7 @@ QString STD_Application::getFileName( bool open, const QString& initial, const Q while ( !isOk ) { // It is preferrable to use OS-specific file dialog box here !!! - aName = QFileDialog::getSaveFileName( anOldPath, fls.join( ";;" ), parent, + aName = QFileDialog::getSaveFileName( anOldPath, filters, parent, 0, caption, &aUsedFilter); if ( aName.isNull() ) -- 2.39.2