summaryrefslogtreecommitdiffstats
path: root/macosx/HBApplication.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-03-24 07:32:31 +0000
committerritsuka <[email protected]>2015-03-24 07:32:31 +0000
commit467cc4ed93771aae1d6dca546758dffe5312899b (patch)
tree7e095561b8f34da6df9ce7c922478adcea1a3f80 /macosx/HBApplication.h
parent4a700442ef0cff37f4419faf5045caec59d8a126 (diff)
MacGui: add an alert window to show the exceptions not handled. Hopefully it will make it easier for users to report this kind of issue.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7010 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBApplication.h')
-rw-r--r--macosx/HBApplication.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/macosx/HBApplication.h b/macosx/HBApplication.h
new file mode 100644
index 000000000..2fbeab833
--- /dev/null
+++ b/macosx/HBApplication.h
@@ -0,0 +1,11 @@
+/* HBApplication.h $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr/>.
+ It may be used under the terms of the GNU General Public License. */
+
+#import <Cocoa/Cocoa.h>
+
+@interface HBApplication : NSApplication
+
+@end