aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldEditorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-07-17 15:10:22 +0000
committerBibiko <bibiko@eva.mpg.de>2009-07-17 15:10:22 +0000
commit155e66d1b9a6d1108ba4b29397fe3b04a77737f0 (patch)
tree7457a89da92e733c9d13f23108715e7fe1dcc508 /Source/SPFieldEditorController.h
parent1ef573eba48f520b675dd01f28c7f56759212371 (diff)
downloadsequelpro-155e66d1b9a6d1108ba4b29397fe3b04a77737f0.tar.gz
sequelpro-155e66d1b9a6d1108ba4b29397fe3b04a77737f0.tar.bz2
sequelpro-155e66d1b9a6d1108ba4b29397fe3b04a77737f0.zip
• fixed: caching of QuickLook preview in Field Editor sheet is suppressed by alternating the temporary file name
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r--Source/SPFieldEditorController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h
index 51956bc0..f369951f 100644
--- a/Source/SPFieldEditorController.h
+++ b/Source/SPFieldEditorController.h
@@ -43,6 +43,9 @@
int quickLookCloseMarker;
NSStringEncoding encoding;
NSString *stringValue;
+ NSString *tmpFileName;
+
+ int counter;
NSUserDefaults *prefs;
}