diff options
author | stuconnolly <stuart02@gmail.com> | 2010-12-06 23:44:59 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-12-06 23:44:59 +0000 |
commit | 3fccc9c751cded1360aa22796ed3c6d700fd04c1 (patch) | |
tree | 7833f05d9540c9ad9ffd09c7dc181ee473484298 /Source/SPDatabaseDocument.h | |
parent | 71524d822dd449c131f6e09b2a0be0c3c0101eb1 (diff) | |
parent | 263681ef03fd33d516ca8e84db12d1c54570679f (diff) | |
download | sequelpro-3fccc9c751cded1360aa22796ed3c6d700fd04c1.tar.gz sequelpro-3fccc9c751cded1360aa22796ed3c6d700fd04c1.tar.bz2 sequelpro-3fccc9c751cded1360aa22796ed3c6d700fd04c1.zip |
Bring outlineview branch up to date with trunk (r2967:2974).
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 1 |
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; |