Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
4573489d
Commit
4573489d
authored
Jan 10, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx/QuincyKit: fix a few compilation warnings
parent
37176e86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
modules/gui/macosx/BWQuincyManager.h
modules/gui/macosx/BWQuincyManager.h
+2
-3
modules/gui/macosx/intf.m
modules/gui/macosx/intf.m
+1
-1
No files found.
modules/gui/macosx/BWQuincyManager.h
View file @
4573489d
...
...
@@ -94,13 +94,11 @@ typedef enum CrashReportStatus {
@protocol
BWQuincyManagerDelegate
<
NSObject
>
@
required
@
optional
// Invoked once the modal sheets are gone
-
(
void
)
showMainApplicationWindow
;
@optional
// Return the description the crashreport should contain, empty by default. The string will automatically be wrapped into <[DATA[ ]]>, so make sure you don't do that in your string.
-
(
NSString
*
)
crashReportDescription
;
...
...
@@ -164,6 +162,7 @@ typedef enum CrashReportStatus {
-
(
NSString
*
)
applicationName
;
-
(
NSString
*
)
applicationVersionString
;
-
(
void
)
setApplicationVersion
:(
NSString
*
)
appVersion
;
-
(
NSString
*
)
applicationVersion
;
@end
modules/gui/macosx/intf.m
View file @
4573489d
...
...
@@ -592,7 +592,7 @@ audio_output_t *getAout(void)
#pragma mark -
#pragma mark Private
@interface
VLCMain
()
@interface
VLCMain
()
<
BWQuincyManagerDelegate
>
-
(
void
)
removeOldPreferences
;
@end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment