diff widgets/InteractiveFileFinder.cpp @ 794:9c272d39c3e3 tonioni

Some tidying & fixing compiler warnings
author Chris Cannam
date Thu, 12 Jun 2014 18:52:52 +0100
parents 6d95d87f1654
children 831188672987
line wrap: on
line diff
--- a/widgets/InteractiveFileFinder.cpp	Thu Jun 12 15:03:21 2014 +0100
+++ b/widgets/InteractiveFileFinder.cpp	Thu Jun 12 18:52:52 2014 +0100
@@ -217,7 +217,8 @@
 }
 
 QString
-InteractiveFileFinder::getSaveFileName(FileType type, QString fallbackLocation)
+InteractiveFileFinder::getSaveFileName(FileType type, 
+                                       QString fallbackLocation)
 {
     QString settingsKeyStub;
     QString lastPath = fallbackLocation;
@@ -312,7 +313,6 @@
     dialog.setNameFilters(filters);
     dialog.setWindowTitle(title);
     dialog.setDirectory(lastPath);
-
     dialog.setAcceptMode(QFileDialog::AcceptSave);
     dialog.setFileMode(QFileDialog::AnyFile);
     dialog.setConfirmOverwrite(false); // we'll do that