# HG changeset patch # User sl # Date 1401205927 -7200 # Node ID 1b423d877938ce0bd87835be3e26b87d76e96710 # Parent 780ee91f4ffba05113ca79af66c764094de1a793 Adding logs to our MiniDisplay. diff -r 780ee91f4ffb -r 1b423d877938 MiniDisplay/minidisplay.cpp --- a/MiniDisplay/minidisplay.cpp Tue May 27 17:14:22 2014 +0200 +++ b/MiniDisplay/minidisplay.cpp Tue May 27 17:52:07 2014 +0200 @@ -8,9 +8,12 @@ // following line and re-implement updatePaintNode() // setFlag(ItemHasContents, true); + // + qDebug() << "New MiniDisplay"; } MiniDisplay::~MiniDisplay() { + qDebug() << "Delete MiniDisplay"; }