aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryFavoriteManager.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-09-07 11:09:19 +0000
committerBibiko <bibiko@eva.mpg.de>2009-09-07 11:09:19 +0000
commit4693139403ba538559a939e776ee3d65d5c74598 (patch)
tree078f59a88750739894108f6ed563ddd839cb4db8 /Source/SPQueryFavoriteManager.h
parent252ac0be49bf409b1eda3726f4f4a47bd6b5b5b6 (diff)
downloadsequelpro-4693139403ba538559a939e776ee3d65d5c74598.tar.gz
sequelpro-4693139403ba538559a939e776ee3d65d5c74598.tar.bz2
sequelpro-4693139403ba538559a939e776ee3d65d5c74598.zip
• after "Apply Changes" in a Query Favorite Manager update the Query Favorites of all opened documents to synchronize changes in global favorites
• "Import Favorites" in the Query Favorite Manager adds the imported favorites after the last selected item, if no selected item is found it adds them
Diffstat (limited to 'Source/SPQueryFavoriteManager.h')
-rw-r--r--Source/SPQueryFavoriteManager.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/SPQueryFavoriteManager.h b/Source/SPQueryFavoriteManager.h
index 4268ffe0..1546186e 100644
--- a/Source/SPQueryFavoriteManager.h
+++ b/Source/SPQueryFavoriteManager.h
@@ -33,13 +33,8 @@
@interface SPQueryFavoriteManager : NSWindowController
{
- id delegate;
-
NSUserDefaults *prefs;
- BOOL delegateRespondsToFavoriteUpdates;
-
- NSDocument *tableDocumentInstance;
NSURL *delegatesFileURL;
IBOutlet NSPopUpButton *encodingPopUp;
IBOutlet NSTableView *favoritesTableView;