Home | History | Annotate | Download | only in qt

Lines Matching refs:currentPath

736             QDir currentDir = QDir::currentPath();
1176 char currentPath[PATH_MAX+1];
1177 if (!getcwd(currentPath, PATH_MAX))
1179 QByteArray configFile = currentPath;