Debugger: VarItem::fullName question

Vladimir Prus ghost at cs.msu.su
Mon Jul 18 16:47:03 UTC 2005


Hello, 
I've a question about the code below:

    QString VarItem::fullName() const
    {
        QString itemName = getName();
        QString vPath = varPath();
        if (itemName[0] == '<')
            return vPath;

When the item name can start with '<', and what does it mean?

Thanks,
Volodya




More information about the KDevelop-devel mailing list