On 9/28/2010 6:07 AM, s...@apache.org wrote:
Author: stsp
Date: Tue Sep 28 13:07:23 2010
New Revision: 1002151

URL: http://svn.apache.org/viewvc?rev=1002151&view=rev
Log:
Remove some goo introduced in r878078 and follow-ups, which was related to
the Linux-specific code which has been removed in r1002144.

-  INITIALIZE_APPLICATION
+  QCoreApplication *app;
+  if (! qApp)
+    {
+      int argc = 1;
+      app = new QCoreApplication(argc, (char *[1]) {(char *) "svn"});
+    }

Out of curiosity, what does this do?

QCoreApplication *app isn't static, so does this do some setup logic that we don't need to keep track of?

Blair

Reply via email to