Merged Advanced and Templates of database settings into on - Advanced

Added encryption rounds benchmark and setting to security tab (non-functional setter, benchmark works)
This commit is contained in:
michael starke
2013-09-11 00:54:26 +02:00
parent 5796333a2e
commit 2d84f2f8f8
10 changed files with 1223 additions and 698 deletions

View File

@@ -0,0 +1,13 @@
//
// MPNumericalInputFormatter.h
// MacPass
//
// Created by Michael Starke on 10.09.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface MPNumericalInputFormatter : NSFormatter
@end