Skip to content

Commit 91211d0

Browse files
committedAug 29, 2015
Fix warning
1 parent 61e5286 commit 91211d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/qgsapplication.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,7 @@ bool QgsApplication::createThemeFolder()
10281028
}
10291029

10301030
copyPath( defaultThemesFolder(), userThemesFolder() );
1031+
return true;
10311032
}
10321033

10331034
void QgsApplication::copyPath( QString src, QString dst )

0 commit comments

Comments
 (0)
Please sign in to comment.