From 9c674c58fbd8cc577d60f05ff62db85920393ce9 Mon Sep 17 00:00:00 2001 From: Gabriel de Dietrich Date: Tue, 14 May 2013 19:12:59 +0200 Subject: Cocoa: Remove "Incomplete implementation" compilation warning Change-Id: I1db62c2504b55ef1451cb147d745c19cbef7de1e Reviewed-by: Shawn Rutledge --- src/plugins/platforms/cocoa/qnswindowdelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/platforms/cocoa/qnswindowdelegate.h b/src/plugins/platforms/cocoa/qnswindowdelegate.h index a5b46a971f..9a616ba8e8 100644 --- a/src/plugins/platforms/cocoa/qnswindowdelegate.h +++ b/src/plugins/platforms/cocoa/qnswindowdelegate.h @@ -55,7 +55,7 @@ - (void)windowDidResize:(NSNotification *)notification; - (void)windowDidMove:(NSNotification *)notification; -- (void)windowWillClose:(NSNotification *)notification; +- (void)windowWillMove:(NSNotification *)notification; - (BOOL)windowShouldClose:(NSNotification *)notification; @end -- cgit v1.2.3