aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserManager.h
diff options
context:
space:
mode:
authormltownsend <mltownsend@gmail.com>2010-05-28 21:18:13 +0000
committermltownsend <mltownsend@gmail.com>2010-05-28 21:18:13 +0000
commitfa3e5de72829b2458c6966b1cad3c99d62401a49 (patch)
tree037d33f131bb15077a24972553af463c18f4dc07 /Source/SPUserManager.h
parent8c545d7dfd8bea5f1776395826297ae2c6cb1433 (diff)
downloadsequelpro-fa3e5de72829b2458c6966b1cad3c99d62401a49.tar.gz
sequelpro-fa3e5de72829b2458c6966b1cad3c99d62401a49.tar.bz2
sequelpro-fa3e5de72829b2458c6966b1cad3c99d62401a49.zip
Changed the refresh method so that it creates a new persistentstore as well and clearing out the outlineview.
Diffstat (limited to 'Source/SPUserManager.h')
-rw-r--r--Source/SPUserManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPUserManager.h b/Source/SPUserManager.h
index aa6cce76..97ed03a4 100644
--- a/Source/SPUserManager.h
+++ b/Source/SPUserManager.h
@@ -66,9 +66,9 @@
}
@property (nonatomic, retain) MCPConnection *mySqlConnection;
-@property (nonatomic, retain, readonly) NSPersistentStoreCoordinator *persistentStoreCoordinator;
+@property (nonatomic, retain) NSPersistentStoreCoordinator *persistentStoreCoordinator;
@property (nonatomic, retain, readonly) NSManagedObjectModel *managedObjectModel;
-@property (nonatomic, retain, readonly) NSManagedObjectContext *managedObjectContext;
+@property (nonatomic, retain) NSManagedObjectContext *managedObjectContext;
@property (nonatomic, retain) NSMutableDictionary *privsSupportedByServer;
@property (nonatomic, retain) NSArray *treeSortDescriptors;