Added PasteboardController to handle pasteboard cleanup on shutdown and timeout

This commit is contained in:
michael starke
2013-03-02 23:31:28 +01:00
parent b26434569c
commit b021aefd51
17 changed files with 504 additions and 156 deletions

View File

@@ -50,6 +50,8 @@
}
- (void)_showError {
#ifdef DEBUG
NSLog(@"Something went wrong");
#endif
}
@end