diff options
author | Max <post@wickenrode.com> | 2015-02-14 21:45:08 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-02-14 21:45:08 +0100 |
commit | fa28b26e418f6f5c2f47ec78f9b7ef4910155b96 (patch) | |
tree | fae4e9fd8b58e88fc89566bd15a5ddc4cf6396c4 /Source/SPFavoritesOutlineView.h | |
parent | b1e32f6583f113c279dcde61f4f531d637118bdd (diff) | |
download | sequelpro-fa28b26e418f6f5c2f47ec78f9b7ef4910155b96.tar.gz sequelpro-fa28b26e418f6f5c2f47ec78f9b7ef4910155b96.tar.bz2 sequelpro-fa28b26e418f6f5c2f47ec78f9b7ef4910155b96.zip |
Move some duplicate code into a new class
(This also affects PSMSequelProTabStyle, but see the comment there why it is left unchanged)
Diffstat (limited to 'Source/SPFavoritesOutlineView.h')
-rw-r--r-- | Source/SPFavoritesOutlineView.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/SPFavoritesOutlineView.h b/Source/SPFavoritesOutlineView.h index 8a671f3c..2c3d475c 100644 --- a/Source/SPFavoritesOutlineView.h +++ b/Source/SPFavoritesOutlineView.h @@ -28,10 +28,11 @@ // // More info at <https://github.com/sequelpro/sequelpro> +#import "SPOSInfo.h" + @interface SPFavoritesOutlineView : NSOutlineView { - SInt32 systemVersion; - + BOOL isOSVersionAtLeast10_7_0; BOOL justGainedFocus; } |