diff FileDBLink.cpp @ 104:6bc013d5788b

Avoid unnecessary updates. Fix problems with wrong subset being selected for update with prefix. Fix some problems with to much verbosity in debug statements.
author Tom Fredrik Blenning Klaussen <bfg@bfgconsult.no>
date Sat, 15 Feb 2014 13:34:10 +0100
parents c7da835ea912
children
line wrap: on
line diff
--- a/FileDBLink.cpp	Sat Feb 15 13:32:46 2014 +0100
+++ b/FileDBLink.cpp	Sat Feb 15 13:34:10 2014 +0100
@@ -225,7 +225,7 @@
   return dbinf_ptr_t();
 }
 
-bool FileDBLink::commit(const QString&)
+bool FileDBLink::commit(const QString&, bool)
 {
   return true;
 }