diff options
author | stuconnolly <stuart02@gmail.com> | 2011-10-08 22:28:30 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-10-08 22:28:30 +0000 |
commit | a4ac00795c534d2ee74ad1d3be6facfda9c82b6d (patch) | |
tree | 0141127b68c0bf0b7e1e2b2ccfcb0c3615b866ac /Source/SPGrowlController.h | |
parent | 4c2a3a4692a1931a57cf6f9566ff9bdd92e3d261 (diff) | |
download | sequelpro-a4ac00795c534d2ee74ad1d3be6facfda9c82b6d.tar.gz sequelpro-a4ac00795c534d2ee74ad1d3be6facfda9c82b6d.tar.bz2 sequelpro-a4ac00795c534d2ee74ad1d3be6facfda9c82b6d.zip |
Add a hidden preference for specifying the long running query notification time (currently in milliseconds). Implements issue #944
Diffstat (limited to 'Source/SPGrowlController.h')
-rw-r--r-- | Source/SPGrowlController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPGrowlController.h b/Source/SPGrowlController.h index d1cb7dc2..2075b143 100644 --- a/Source/SPGrowlController.h +++ b/Source/SPGrowlController.h @@ -32,7 +32,10 @@ @interface SPGrowlController : SPSingleton <GrowlApplicationBridgeDelegate> { NSString *timingNotificationName; + double timingNotificationStart; + + CGFloat longRunningQueryNotificationTime; } // Singleton controller |