1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Fixed all xcode4 build warnings.

This commit is contained in:
Virgil Dupras
2011-09-06 10:03:14 -04:00
parent 548bd84a4b
commit 22fedc4ee4
5 changed files with 12 additions and 4 deletions

View File

@@ -43,6 +43,14 @@ http://www.hardcoded.net/licenses/bsd_license
- (HSRecentFiles *)recentResults;
- (NSMenu *)columnsMenu;
/* Delegate */
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification;
- (void)applicationWillBecomeActive:(NSNotification *)aNotification;
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender;
- (void)applicationWillTerminate:(NSNotification *)aNotification;
- (void)recentFileClicked:(NSString *)path;
- (void)showExtraFairwareReminder:(NSNotification *)aNotification;
/* Actions */
- (IBAction)loadResults:(id)sender;
- (IBAction)openWebsite:(id)sender;

View File

@@ -14,7 +14,7 @@ http://www.hardcoded.net/licenses/bsd_license
@class AppDelegateBase;
@interface DirectoryPanel : NSWindowController
@interface DirectoryPanel : NSWindowController <NSOpenSavePanelDelegate>
{
IBOutlet NSPopUpButton *addButtonPopUp;
IBOutlet NSPopUpButton *loadRecentButtonPopUp;