summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraph_p.h
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2009-08-24 13:43:19 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2009-08-24 13:44:30 (GMT)
commitabceeb74b02e54be0f4ab741f3ed07dae4c76578 (patch)
tree77d11ca25f09101305bc6c25ada13fc8a18ea328 /src/gui/graphicsview/qgraph_p.h
parent84d0945b57c1de698e1ef448311d82a835500c1a (diff)
downloadQt-abceeb74b02e54be0f4ab741f3ed07dae4c76578.zip
Qt-abceeb74b02e54be0f4ab741f3ed07dae4c76578.tar.gz
Qt-abceeb74b02e54be0f4ab741f3ed07dae4c76578.tar.bz2
Remove warning
Diffstat (limited to 'src/gui/graphicsview/qgraph_p.h')
-rw-r--r--src/gui/graphicsview/qgraph_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/graphicsview/qgraph_p.h b/src/gui/graphicsview/qgraph_p.h
index 796d645..895ee0c 100644
--- a/src/gui/graphicsview/qgraph_p.h
+++ b/src/gui/graphicsview/qgraph_p.h
@@ -155,8 +155,7 @@ public:
#endif
if (edgeData(first, second)) {
#ifdef QT_DEBUG
- qWarning(qPrintable(QString::fromAscii("%1-%2 already has an edge")
- .arg(first->toString()).arg(second->toString())));
+ qWarning("%s-%s already has an edge", qPrintable(first->toString()), qPrintable(second->toString()));
#endif
}
createDirectedEdge(first, second, data);