aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-05-24 09:24:38 +0000
committerrowanbeentje <rowan@beent.je>2010-05-24 09:24:38 +0000
commitd48005bd9b34f2fb1afd31f7487b7bbf8b9b978f (patch)
treec27ac371a986bdf2e8f9dd4441ed37c44b04ec64 /Source/TableDocument.h
parent98238ec8fb393295fc01804a3104092e3ea24c92 (diff)
downloadsequelpro-d48005bd9b34f2fb1afd31f7487b7bbf8b9b978f.tar.gz
sequelpro-d48005bd9b34f2fb1afd31f7487b7bbf8b9b978f.tar.bz2
sequelpro-d48005bd9b34f2fb1afd31f7487b7bbf8b9b978f.zip
- Add support for progress indicator in tabs
- Hide Navigator menu option again - Remove accidentally committed debug
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 539d14b2..b8478f98 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -188,6 +188,7 @@
@property (readwrite, assign) SPWindowController *parentWindowController;
@property (readwrite, assign) NSTabViewItem *parentTabViewItem;
+@property (readwrite, assign) BOOL isProcessing;
- (BOOL)isUntitled;
- (BOOL)couldCommitCurrentViewActions;