diff options
author | Lukáš Lalinský <lalinsky@gmail.com> | 2009-06-03 14:49:24 +0200 |
---|---|---|
committer | Lukáš Lalinský <lalinsky@gmail.com> | 2009-06-03 14:49:24 +0200 |
commit | 2f91d8ed4d607cb02444c78dbe09ff53b9a5c6d1 (patch) | |
tree | 203b0bd84743629f0e5bb3dd39c5dd5d05128bfd /src | |
parent | 251428e2382f3ccced34fea91c487dec96848b32 (diff) | |
download | dbmodel-2f91d8ed4d607cb02444c78dbe09ff53b9a5c6d1.tar.xz |
Remove debug warning
Diffstat (limited to 'src')
-rw-r--r-- | src/diagramdocument.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/diagramdocument.cpp b/src/diagramdocument.cpp index 9e22052..af2f4ec 100644 --- a/src/diagramdocument.cpp +++ b/src/diagramdocument.cpp @@ -85,7 +85,6 @@ DiagramDocument::setNotation(Notation notation) // FIXME foreach (Line *line, itemsByType<Line>()) { updateLineLayout(line); - qDebug() << (void *)line; } update(); } |