From 5f6491b3ba60a1a52813a6bdce3118c47e4319ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= Date: Fri, 24 Jan 2014 15:41:26 +0100 Subject: [PATCH] app delegate: minor QuincyKit API update --- Sources/VLCAppDelegate.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/VLCAppDelegate.m b/Sources/VLCAppDelegate.m index d1418214..355a1a63 100644 --- a/Sources/VLCAppDelegate.m +++ b/Sources/VLCAppDelegate.m @@ -64,6 +64,7 @@ [quincyManager setSubmissionURL:@"http://crash.videolan.org/crash_v200.php"]; [quincyManager setDelegate:self]; [quincyManager setShowAlwaysButton:YES]; + [quincyManager startManager]; /* clean caches on launch (since those are used for wifi upload only) */ NSArray *searchPaths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES); -- GitLab