Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 349729
Collapse All | Expand All

(-)kdevelop-4.1.1/documentation/qthelp/qthelpplugin.cpp (-1 / +1 lines)
Lines 102-108 Link Here
102
    
102
    
103
    if(!dirName.isEmpty()) {
103
    if(!dirName.isEmpty()) {
104
        QDir d(dirName);
104
        QDir d(dirName);
105
        foreach(const QString& file, d.entryList(QDir::NoDotAndDotDot)) {
105
        foreach(const QString& file, d.entryList(QDir::AllEntries | QDir::NoDotAndDotDot)) {
106
            QString fileName=dirName+'/'+file;
106
            QString fileName=dirName+'/'+file;
107
            QString fileNamespace = QHelpEngineCore::namespaceName(fileName);
107
            QString fileNamespace = QHelpEngineCore::namespaceName(fileName);
108
            
108
            

Return to bug 349729