General tidying, addressing issues found by static analysis tool.
This commit is contained in:
@@ -31,13 +31,12 @@ namespace Bloom
|
||||
* files such as QT stylesheets and UI templates.
|
||||
* @return
|
||||
*/
|
||||
static inline const std::string compiledResourcesPath() {
|
||||
static inline std::string compiledResourcesPath() {
|
||||
#ifdef BLOOM_COMPILED_RESOURCES_PATH_OVERRIDE
|
||||
return std::string(BLOOM_COMPILED_RESOURCES_PATH_OVERRIDE);
|
||||
#else
|
||||
return std::string(":/compiled");
|
||||
#endif
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user