aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPreferencePaneProtocol.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2014-12-31 03:00:10 +0100
committerMax <post@wickenrode.com>2014-12-31 03:00:10 +0100
commitf12b95bb7b3dda011dea4bb3e0edff1428a38209 (patch)
tree3d180f6e40b6854151c0df9e76301baad0ff0332 /Source/SPPreferencePaneProtocol.h
parent2d8fd9c8eff0afca2cab9b8bbb791a0cdf1c583a (diff)
downloadsequelpro-f12b95bb7b3dda011dea4bb3e0edff1428a38209.tar.gz
sequelpro-f12b95bb7b3dda011dea4bb3e0edff1428a38209.tar.bz2
sequelpro-f12b95bb7b3dda011dea4bb3e0edff1428a38209.zip
Remove some duplicate code by adding abstraction
Diffstat (limited to 'Source/SPPreferencePaneProtocol.h')
-rw-r--r--Source/SPPreferencePaneProtocol.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPPreferencePaneProtocol.h b/Source/SPPreferencePaneProtocol.h
index a9d67598..e00e12ec 100644
--- a/Source/SPPreferencePaneProtocol.h
+++ b/Source/SPPreferencePaneProtocol.h
@@ -79,4 +79,9 @@
*/
- (BOOL)preferencePaneAllowsResizing;
+/**
+ * Called shortly before the preference pane will be made visible
+ */
+- (void)preferencePaneWillBeShown;
+
@end