From 54b159c880fc716abf85be134124829acaf6700b Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Tue, 16 Sep 2014 15:01:31 +1000 Subject: [PATCH] Breaking git deliberately.. don't try to build until I sort some issues out --- sleepyhead/SleepLib/machine.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sleepyhead/SleepLib/machine.cpp b/sleepyhead/SleepLib/machine.cpp index 319afcee..72bdfded 100644 --- a/sleepyhead/SleepLib/machine.cpp +++ b/sleepyhead/SleepLib/machine.cpp @@ -825,6 +825,8 @@ bool Machine::hasModifiedSessions() return false; } +BROKEN... DO NOT TRY TO BUILD THIS + const QString summaryFileName = "Summaries.xml"; bool Machine::LoadSummary(bool everything)