changeset 908:62198dde171e

Debug reporting from FileSource
author Chris Cannam
date Thu, 26 Feb 2015 09:43:12 +0000
parents 26528b83d2ff
children d0b89689f2b4
files .hgsubstate main/main.cpp version.h
diffstat 3 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsubstate	Fri Feb 13 13:30:37 2015 +0000
+++ b/.hgsubstate	Thu Feb 26 09:43:12 2015 +0000
@@ -1,5 +1,5 @@
 d16f0fd6db6104d87882bc43788a3bb1b0f8c528 dataquay
 879bdc878826bebec67130326f99397c430419b1 sv-dependency-builds
 7b2dd0d4c366057ce25547a4015f3a76981abedc svapp
-920699b6989df6a8ca846f1dd88a73fb8010e894 svcore
+3a48b22fed4873d2edf1826f1c1fe1b5f77ed020 svcore
 78e041e45ff0ff3c103e0d794c6f66f391020aff svgui
--- a/main/main.cpp	Fri Feb 13 13:30:37 2015 +0000
+++ b/main/main.cpp	Thu Feb 26 09:43:12 2015 +0000
@@ -20,6 +20,7 @@
 #include "base/TempDirectory.h"
 #include "base/PropertyContainer.h"
 #include "base/Preferences.h"
+#include "data/fileio/FileSource.h"
 #include "widgets/TipDialog.h"
 #include "widgets/InteractiveFileFinder.h"
 #include "svapp/framework/TransformUserConfigurator.h"
@@ -457,6 +458,8 @@
     settings.endGroup();
 #endif
 
+    FileSource::debugReport();
+    
     delete gui;
 
     cleanupMutex.unlock();
--- a/version.h	Fri Feb 13 13:30:37 2015 +0000
+++ b/version.h	Thu Feb 26 09:43:12 2015 +0000
@@ -1,1 +1,1 @@
-#define SV_VERSION "2.4.1"
+#define SV_VERSION "2.4"