aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowController.h
diff options
context:
space:
mode:
authorAbhi Beckert <abhi@abhibeckert.com>2016-03-18 16:48:10 +1000
committerAbhi Beckert <abhi@abhibeckert.com>2016-03-18 16:48:10 +1000
commit92ee758b8c2d75782ed4b83ac56068606ef5b27a (patch)
tree63960bc0d0a93230fbb9aa01e4a12be87f6926eb /Source/SPWindowController.h
parent3900082a2a4ecd102f7b541cad2fdc6d8212b111 (diff)
downloadsequelpro-92ee758b8c2d75782ed4b83ac56068606ef5b27a.tar.gz
sequelpro-92ee758b8c2d75782ed4b83ac56068606ef5b27a.tar.bz2
sequelpro-92ee758b8c2d75782ed4b83ac56068606ef5b27a.zip
#346 Work on new tab bar design
Diffstat (limited to 'Source/SPWindowController.h')
-rw-r--r--Source/SPWindowController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPWindowController.h b/Source/SPWindowController.h
index 528c1c84..8700019c 100644
--- a/Source/SPWindowController.h
+++ b/Source/SPWindowController.h
@@ -71,5 +71,6 @@
- (NSArray *)documents;
- (void)selectTabAtIndex:(NSInteger)index;
- (void)setHideForSingleTab:(BOOL)hide;
+- (void)updateTabBar;
@end