aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableTriggers.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-03-13 14:43:04 +0000
committerstuconnolly <stuart02@gmail.com>2010-03-13 14:43:04 +0000
commitf07531d1361e810a63a30f2e3b26313c18b3c302 (patch)
tree5502ffce3bbee9e6780eb5b56ce19babe2a199c3 /Source/SPTableTriggers.h
parent710c28ff5d55ccb26b362d80e866d53d2a4583ad (diff)
downloadsequelpro-f07531d1361e810a63a30f2e3b26313c18b3c302.tar.gz
sequelpro-f07531d1361e810a63a30f2e3b26313c18b3c302.tar.bz2
sequelpro-f07531d1361e810a63a30f2e3b26313c18b3c302.zip
Add support for printing the table triggers view as well some HTML generation performance improvements.
Diffstat (limited to 'Source/SPTableTriggers.h')
-rw-r--r--Source/SPTableTriggers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTableTriggers.h b/Source/SPTableTriggers.h
index 74e5c9b3..d492253b 100644
--- a/Source/SPTableTriggers.h
+++ b/Source/SPTableTriggers.h
@@ -68,4 +68,7 @@
- (void)startDocumentTaskForTab:(NSNotification *)notification;
- (void)endDocumentTaskForTab:(NSNotification *)notification;
+// Other
+- (NSArray *)triggerDataForPrinting;
+
@end