Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. QStringList dataDirs = QStandardPaths::standardLocations(
  2. QStandardPaths::DataLocation);
  3. QDir cacheDir(dataDirs.at(0) + "../app_webview");
  4. if (cacheDir.exists())
  5. cacheDir.removeRecursively();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement