commit 5b3fa0995e182b666f3ed9efd6fd403dfe00b1c0
Author: Christian Ehringfeld <c.ehringfeld@t-online.de>
Date:   Mon Oct 12 00:03:13 2015 +0200

    sample...

diff --git a/samples/simple/main.cpp b/samples/simple/main.cpp
index a8af69e..beebbf2 100644
--- a/samples/simple/main.cpp
+++ b/samples/simple/main.cpp
@@ -14,9 +14,9 @@ int main(int argc, char *argv[]) {
     CuteEntityManager::EntityManager("QSQLITE", QDir::currentPath() + "/db.sqlite"));
     QStringList inits = QStringList() << "Artikel";
     e->startup("0.1", inits);
-//    QSharedPointer<Artikel> a = QSharedPointer<Artikel>(new Artikel(20.0,
-//                                "Müsli"));
-//    auto ep = a.objectCast<CuteEntityManager::Entity>();
-//    qDebug() << e->create(ep, true, true);
+    QSharedPointer<Artikel> a = QSharedPointer<Artikel>(new Artikel(20.0,
+                                "Müsli"));
+    auto ep = a.objectCast<CuteEntityManager::Entity>();
+    qDebug() << e->create(ep, true, true);
     return 0;
 }
