commit d15c8fa61ee4b775b3cec445e8cff42879f57c97
Author: SebastianDiel <sebastian.diel@web.de>
Date:   Tue Jan 3 13:55:05 2017 +0100

    clarification

diff --git a/samples/simple/incident.cpp b/samples/simple/incident.cpp
index 506392e..f25819c 100644
--- a/samples/simple/incident.cpp
+++ b/samples/simple/incident.cpp
@@ -54,7 +54,10 @@ void Incident::setCancelledAt(const QDateTime &cancelledAt, bool forceOverwrite)
         // reproduce: change attendanceIncident, ok, change again
         // qint64 diff = qAbs(m_cancelledAt.secsTo(cancelledAt));
         // if (diff > 10) { // giving some delay headroom for a possible double call
-        qDebug()<< "\n\n-------------------------------\n-------------------------------\n-------------------------------\nWHY DOES THIS HAPPEN? \nEach incident's cancelledAt has been invalidated in the ctor!\n------------------------\n-------------------------------\n-------------------------------\n-------------------------------";
+        qDebug()<< "\n\n-------------------------------\n-------------------------------\n----------" \
+           "---------------------\nWHY DOES THIS HAPPEN? \nEach incident's cancelledAt has been invalidated in the ctor! " \
+           "\n------------------------\n-------------------------------\n-------------------------------\n----------------";
+
         // Q_ASSERT(!m_cancelledAt.isValid());
         // THROW_MODERATE_ERROR_CIT("Das Canceln eines Ereignisses ist fehlgeschlagen, das Ereignis war bereits vorher gecancelt!");
         // }
diff --git a/samples/simple/main.cpp b/samples/simple/main.cpp
index 1955196..51ad011 100644
--- a/samples/simple/main.cpp
+++ b/samples/simple/main.cpp
@@ -117,8 +117,7 @@ int main(int argc, char *argv[]) {
             success &= e->save(inc);
             success &= inc->getId() >= 0; // check
         }
-
-
+        qDebug()<<(success ? "JAAA es hat geklappt!" : "Immerhin kann man das hier sehen...");
     } catch(QString s) {
         qDebug()<<s;
     }
