summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-08-30 18:54:41 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-08-30 18:54:41 (GMT)
commit92663f876495b7d98aa85d604d0149f8b73c8dc7 (patch)
tree0ad287dfe70cf3549892ab045557dde5e8fd1a10
parent26ded37d33ae68d85d5ae4b2e5555ff6ed944a44 (diff)
downloadDoxygen-92663f876495b7d98aa85d604d0149f8b73c8dc7.zip
Doxygen-92663f876495b7d98aa85d604d0149f8b73c8dc7.tar.gz
Doxygen-92663f876495b7d98aa85d604d0149f8b73c8dc7.tar.bz2
Fixed a compile problem with Qt-2.x
-rw-r--r--src/dot.cpp2
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: