diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-03-30 11:33:47 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-03-30 11:33:47 +0000 |
commit | d6403ef10ff74af3d9ce05ce089055ff102a06eb (patch) | |
tree | e8c3ff9c940679fba6df57b7f599031c92f027f4 /Source/SPNavigatorController.h | |
parent | 5fd7c0a6c1f284a261d8e3cabe97db8601e2bd93 (diff) | |
download | sequelpro-d6403ef10ff74af3d9ce05ce089055ff102a06eb.tar.gz sequelpro-d6403ef10ff74af3d9ce05ce089055ff102a06eb.tar.bz2 sequelpro-d6403ef10ff74af3d9ce05ce089055ff102a06eb.zip |
• some further code optimizations for navigator
Diffstat (limited to 'Source/SPNavigatorController.h')
-rw-r--r-- | Source/SPNavigatorController.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h index 2c6c88b9..061ebd86 100644 --- a/Source/SPNavigatorController.h +++ b/Source/SPNavigatorController.h @@ -56,6 +56,14 @@ BOOL ignoreUpdate; BOOL isFiltered; + NSImage *connectionIcon; + NSImage *databaseIcon; + NSImage *tableIcon; + NSImage *viewIcon; + NSImage *procedureIcon; + NSImage *functionIcon; + NSImage *fieldIcon; + Class NSDictionaryClass; } |