diff widgets/InteractiveFileFinder.cpp @ 808:40c6c9344ff6 warnfix_no_size_t

Merge from branch tony_integration
author Chris Cannam
date Wed, 18 Jun 2014 08:40:46 +0100
parents 9c272d39c3e3
children 831188672987
line wrap: on
line diff
--- a/widgets/InteractiveFileFinder.cpp	Tue Jun 17 15:55:27 2014 +0100
+++ b/widgets/InteractiveFileFinder.cpp	Wed Jun 18 08:40:46 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