Commit 92663f87 authored by dimitri's avatar dimitri

Fixed a compile problem with Qt-2.x

parent 26ded37d
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment