diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-08-30 18:54:41 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-08-30 18:54:41 (GMT) |
commit | 6838640c89552dd1e4495a4a9101754c4d7d4011 (patch) | |
tree | 0ad287dfe70cf3549892ab045557dde5e8fd1a10 | |
parent | 7a048b942ae75eae857fb7f7466926b5749799c0 (diff) | |
download | Doxygen-6838640c89552dd1e4495a4a9101754c4d7d4011.zip Doxygen-6838640c89552dd1e4495a4a9101754c4d7d4011.tar.gz Doxygen-6838640c89552dd1e4495a4a9101754c4d7d4011.tar.bz2 |
Fixed a compile problem with Qt-2.x
-rw-r--r-- | src/dot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.cpp b/src/dot.cpp index d81d09d..3b61864 100644 --- a/src/dot.cpp +++ b/src/dot.cpp @@ -1043,7 +1043,7 @@ static void findMaximalDotGraph(DotNode *root, QCString DotClassGraph::diskName() const { - QString result=m_diskName.copy(); + QCString result=m_diskName.copy(); switch (m_graphType) { case Implementation: |