diff options
Diffstat (limited to 'Source/SPWindowController.h')
-rw-r--r-- | Source/SPWindowController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPWindowController.h b/Source/SPWindowController.h index 875bd7e5..28186901 100644 --- a/Source/SPWindowController.h +++ b/Source/SPWindowController.h @@ -39,6 +39,7 @@ // Database connection management - (IBAction) addNewConnection:(id)sender; +- (IBAction) openSelectedTabInNewWindow:(id)sender; - (SPDatabaseDocument *) selectedTableDocument; - (void) updateSelectedTableDocument; - (void) updateAllTabTitles:(id)sender; |