Reworked DatabaseSettings to be cancelable

Moved Password edit to Database settings
This commit is contained in:
michael starke
2013-07-06 04:18:10 +02:00
parent 005bab7380
commit f55e78349e
20 changed files with 816 additions and 825 deletions

View File

@@ -27,6 +27,7 @@ typedef NS_ENUM(NSUInteger, MPIconType) {
MPIconInfo = 1000,
MPIconAddFolder,
MPIconHardDisk,
MPIconSaveToDisk,
};
@interface MPIconHelper : NSObject