https://bugs.kde.org/show_bug.cgi?id=454965
Stephane MANKOWSKI <steph...@mankowski.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Assignee|guillaume.deb...@gmail.com |steph...@mankowski.fr Resolution|--- |NOT A BUG --- Comment #1 from Stephane MANKOWSKI <steph...@mankowski.fr> --- Hi, The path is not hardcoded. The path is computed by using qt api like this: QString appname = KAboutData::applicationData().componentName(); QDir::home().mkdir("." % appname); QString docUUID = QString(QCryptographicHash::hash(m_currentDocument->getCurrentFileName().toLatin1(), QCryptographicHash::Md5).toHex()); m_file = QDir::homePath() % "/." % appname % "/" % docUUID % ".stats.txt"; So, there is no issue for me. -- You are receiving this mail because: You are watching all bug changes.