aboutsummaryrefslogtreecommitdiffstats
path: root/Source/YRKSpinningProgressIndicator.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-06-05 22:20:31 +0000
committerrowanbeentje <rowan@beent.je>2010-06-05 22:20:31 +0000
commitd2fc07c38b51c6fa0f27586e52eee668d5bf2add (patch)
tree6bd546bb3c169a417aedc29524e3d32faf10cd46 /Source/YRKSpinningProgressIndicator.h
parentb690511d3a685292d6afc383832232a7ec25980b (diff)
downloadsequelpro-d2fc07c38b51c6fa0f27586e52eee668d5bf2add.tar.gz
sequelpro-d2fc07c38b51c6fa0f27586e52eee668d5bf2add.tar.bz2
sequelpro-d2fc07c38b51c6fa0f27586e52eee668d5bf2add.zip
- Improve progress indicator thread safety, improving stability and fixing issues like http://spbug.com/l/334
Diffstat (limited to 'Source/YRKSpinningProgressIndicator.h')
-rw-r--r--Source/YRKSpinningProgressIndicator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/YRKSpinningProgressIndicator.h b/Source/YRKSpinningProgressIndicator.h
index 178551b9..4be79805 100644
--- a/Source/YRKSpinningProgressIndicator.h
+++ b/Source/YRKSpinningProgressIndicator.h
@@ -47,6 +47,7 @@
- (void)setIndeterminate:(BOOL)isIndeterminate;
- (double)doubleValue;
- (void)setDoubleValue:(double)doubleValue;
+- (void)setNumberValue:(NSNumber *)numberValue;
- (double)maxValue;
- (void)setMaxValue:(double)maxValue;