diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-12 20:29:22 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-12 20:29:22 +0000 |
commit | 348de054eb77b5291c6046b36fdaaa600f9aaaed (patch) | |
tree | abfaf80ca0451b60596c009861d5f770c701a9bc /Source/TableContent.h | |
parent | 65e4e8b589aa102be41b2aed6d019b9951bd3c54 (diff) | |
download | sequelpro-348de054eb77b5291c6046b36fdaaa600f9aaaed.tar.gz sequelpro-348de054eb77b5291c6046b36fdaaa600f9aaaed.tar.bz2 sequelpro-348de054eb77b5291c6046b36fdaaa600f9aaaed.zip |
• cleaned and commented the rewritten editSheet code
- TODO: if a row contains large blob data addRowToDb: “sometimes” doesn't get rid of the correct encoding; e.g. inserted into a varchar field a ü; changed the table; went back to the table; the ü is still there; after closing and reopen the connection the ü is shown as two latin1 char.
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r-- | Source/TableContent.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h index 0e5aad67..b440bf6a 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -28,6 +28,9 @@ #import <Cocoa/Cocoa.h> #import <MCPKit_bundled/MCPKit_bundled.h> + +// since the QuickLook framework is private we have to make +// these methods public to avoid warnings while compiling @interface QLPreviewPanel : NSPanel { } @@ -165,7 +168,7 @@ int numRows, currentlyEditingRow, maxNumRowsOfCurrentTable; bool areShowingAllRows; - int qlPane; + int quickLookCloseMarker; } //table methods |