Guest User

Untitled

a guest
Aug 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. 261 #if defined(Q_WS_MAEMO_5) || defined(Q_WS_MAEMO_6)
  2. 262 dirCandidates << QLatin1String("/home/user/MyDocs");
  3. 263 #endif
  4. 264
  5. 265 dirCandidates << QDir::home().filePath("Documents");
  6. 266 dirCandidates << QDir::home().filePath("My Documents");
  7. 267 dirCandidates << QDir::homePath();
  8. 268 dirCandidates << QDir::currentPath();
  9. 269 dirCandidates << QDir::tempPath();
Add Comment
Please, Sign In to add comment