... the same with documents folder

This commit is contained in:
Rafael 2016-04-10 22:37:43 +02:00
parent c127818cac
commit d968e0bc0e
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ QList<QUrl> SidebarGenerator::generateSidebarUrls(QList<QUrl> sidebarUrls)
dir.setPath(StandardPaths::documentsLocation()); dir.setPath(StandardPaths::documentsLocation());
if (dir.exists()) if (dir.exists())
{ {
sidebarUrls << QUrl::fromLocalFile(dir.absolutePath());
} }
bool gameFolderExists; bool gameFolderExists;