Clarify comment for Mac OS plugins.

This commit is contained in:
lotodore
2013-08-31 21:44:17 +02:00
parent f29efc2892
commit fc829553d2
+1 -1
View File
@@ -88,7 +88,7 @@ int main( int argc, char **argv )
curl_global_init(CURL_GLOBAL_NOTHING);
#ifdef __APPLE__
// The following needs to be done directly after the application is created.
// The following needs to be done before the application is created, otherwise loading platforms plugin fails.
QDir dir(argv[0]);
dir.cdUp();
dir.cdUp();