aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-12-05 22:25:24 +0000
committerrowanbeentje <rowan@beent.je>2010-12-05 22:25:24 +0000
commit3de284fa904c295f306ec047fc29289399424836 (patch)
tree631625497103deed521ccd2508a56a81afa6671f /Source/SPDatabaseDocument.h
parentbedc1d11d6bedb4239b8f083b88b26d171ced3b3 (diff)
downloadsequelpro-3de284fa904c295f306ec047fc29289399424836.tar.gz
sequelpro-3de284fa904c295f306ec047fc29289399424836.tar.bz2
sequelpro-3de284fa904c295f306ec047fc29289399424836.zip
- Add the ability to stop animation of the task indicator, and use it to pause the task indicator animation when custom queries are paused and waiting for user interaction after an error
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r--Source/SPDatabaseDocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h
index 57131de8..e7fac8bf 100644
--- a/Source/SPDatabaseDocument.h
+++ b/Source/SPDatabaseDocument.h
@@ -254,6 +254,7 @@
- (BOOL)isWorking;
- (void)setDatabaseListIsSelectable:(BOOL)isSelectable;
- (void)centerTaskWindow;
+- (void)setTaskIndicatorShouldAnimate:(BOOL)shouldAnimate;
// Encoding methods
- (void)setConnectionEncoding:(NSString *)mysqlEncoding reloadingViews:(BOOL)reloadViews;