diff options
author | stuconnolly <stuart02@gmail.com> | 2011-08-03 19:40:45 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-08-03 19:40:45 +0000 |
commit | b26a4c45cbafedefe0247971c1ae9961abfe24c3 (patch) | |
tree | 8757a4c49530958918fb37d073aaabbf2702ad0f /Source/SPCustomQuery.h | |
parent | e70486eb1503cad882a0d5e452fef3b2fecf6629 (diff) | |
download | sequelpro-b26a4c45cbafedefe0247971c1ae9961abfe24c3.tar.gz sequelpro-b26a4c45cbafedefe0247971c1ae9961abfe24c3.tar.bz2 sequelpro-b26a4c45cbafedefe0247971c1ae9961abfe24c3.zip |
Bring outline view up to date with trunk (r3307:r3375).
Diffstat (limited to 'Source/SPCustomQuery.h')
-rw-r--r-- | Source/SPCustomQuery.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/SPCustomQuery.h b/Source/SPCustomQuery.h index f001d364..8d289f70 100644 --- a/Source/SPCustomQuery.h +++ b/Source/SPCustomQuery.h @@ -186,6 +186,14 @@ NSString *kCellEditorErrorTooManyMatches; } +#ifdef SP_REFACTOR +@property (assign) SPDatabaseDocument* tableDocumentInstance; +@property (assign) SPTablesList* tablesListInstance; +@property (assign) SPTextView *textView; +@property (assign) SPCopyTable *customQueryView; +@property (assign) NSButton* runAllButton; +#endif + @property(assign) BOOL textViewWasChanged; // IBAction methods |