diff options
author | dmoagx <post@wickenrode.com> | 2013-04-26 19:36:11 +0000 |
---|---|---|
committer | dmoagx <post@wickenrode.com> | 2013-04-26 19:36:11 +0000 |
commit | 5fb9abea86ca61155609642889975fea04bb72f1 (patch) | |
tree | 5614a0370237f8206160736ba0b3472f10c00506 /Source/SPTablesList.h | |
parent | 0d1d1108d3d7a4b191e5773357038c4354387ffb (diff) | |
download | sequelpro-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.h | 4 |
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; |