aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-03-04 21:57:35 +0000
committerrowanbeentje <rowan@beent.je>2009-03-04 21:57:35 +0000
commitb267968964adb3402b38df683debee16c6c310d1 (patch)
tree23f51d5a56eef0706c3edb86b29a28d280c4c8bb /Source/TableDump.h
parent6b62af2bf9c02d2f57c93653e562deb20d9298fa (diff)
downloadsequelpro-b267968964adb3402b38df683debee16c6c310d1.tar.gz
sequelpro-b267968964adb3402b38df683debee16c6c310d1.tar.bz2
sequelpro-b267968964adb3402b38df683debee16c6c310d1.zip
Alter the open panel to recognise .csv and .sql extensions on selected files and automatically change the format dropdown to match
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r--Source/TableDump.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TableDump.h b/Source/TableDump.h
index c5f83cd0..3f89ab68 100644
--- a/Source/TableDump.h
+++ b/Source/TableDump.h
@@ -138,6 +138,9 @@
//additional methods
- (void)setConnection:(CMMCPConnection *)theConnection;
+// Import/export delegate notifications
+- (void)panelSelectionDidChange:(id)sender;
+
//last but not least
- (id)init;
- (void)dealloc;