aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.h
diff options
context:
space:
mode:
authordmoagx <post@wickenrode.com>2013-04-26 19:36:11 +0000
committerdmoagx <post@wickenrode.com>2013-04-26 19:36:11 +0000
commit5fb9abea86ca61155609642889975fea04bb72f1 (patch)
tree5614a0370237f8206160736ba0b3472f10c00506 /Source/SPTablesList.h
parent0d1d1108d3d7a4b191e5773357038c4354387ffb (diff)
downloadsequelpro-5fb9abea86ca61155609642889975fea04bb72f1.tar.gz
sequelpro-5fb9abea86ca61155609642889975fea04bb72f1.tar.bz2
sequelpro-5fb9abea86ca61155609642889975fea04bb72f1.zip
* Move some duplicate code for charset/collation to it's own class
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r--Source/SPTablesList.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h
index 857263b9..c46763fb 100644
--- a/Source/SPTablesList.h
+++ b/Source/SPTablesList.h
@@ -39,6 +39,7 @@
@class SPTableStructure;
@class SPTableContent;
@class SPSplitView;
+@class SPCharsetCollationHelper;
#ifdef SP_CODA
@class SQLSidebarViewController;
@@ -137,6 +138,8 @@
#ifdef SP_CODA
SQLSidebarViewController* sidebarViewController;
#endif
+
+ SPCharsetCollationHelper *addTableCharsetHelper;
}
// IBAction methods
@@ -144,7 +147,6 @@
- (IBAction)addTable:(id)sender;
- (IBAction)closeSheet:(id)sender;
- (IBAction)removeTable:(id)sender;
-- (IBAction)tableEncodingButtonChanged:(id)sender;
#ifndef SP_CODA /* method decls */
- (IBAction)copyTable:(id)sender;