diff --git a/src/os/bundleinfo.cpp b/src/os/bundleinfo.cpp index 73484dc..621dbb8 100644 --- a/src/os/bundleinfo.cpp +++ b/src/os/bundleinfo.cpp @@ -3,7 +3,7 @@ #include "bundleinfo.h" -#include +#include #include BundleInfo::BundleInfo(const QString &fileName) @@ -24,7 +24,7 @@ bool BundleInfo::isValid() const } QString getBundleInfo(const CFBundleRef bundle, const CFStringRef &key) -{ +{ const CFTypeRef ref = CFBundleGetValueForInfoDictionaryKey(bundle, key); if ((ref == NULL) || (CFGetTypeID(ref) != CFStringGetTypeID())) { return QString(); // Not a string.