From be6b947b45c4e7e883c6369316feebfa01ef75c8 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 20 Aug 2009 11:16:14 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Main=20Menu=20>=20File=20-=20renamed=20"Ope?= =?UTF-8?q?n"=20into=20"Open=E2=80=A6"=20plus=20tooltip=20-=20added=20"Sav?= =?UTF-8?q?e=20Query=E2=80=A6"=20(enabled=20if=20a=20query=20is=20in=20the?= =?UTF-8?q?=20editor=20and=20rename=20'Query'=20to=20'Queries'=20dynamical?= =?UTF-8?q?ly)=20[still=20hidden]=20-=20added=20"Save=20Connection?= =?UTF-8?q?=E2=80=A6"=20[still=20hidden]=20=E2=80=A2=20added=20method=20nu?= =?UTF-8?q?mberOfQueries=20to=20CustomQuery=20=E2=80=A2=20'Save=20Query?= =?UTF-8?q?=E2=80=A6"=20and=20"Save=20Connection=E2=80=A6"=20are=20bound?= =?UTF-8?q?=20to=20the=20same=20connector=20distinguished=20via=20their=20?= =?UTF-8?q?tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CustomQuery.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/CustomQuery.h') diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index c5cb2a30..a874bc15 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -101,6 +101,8 @@ NSNumber *sortField; NSString *fieldIDQueryString; + + unsigned int numberOfQueries; } @@ -157,6 +159,6 @@ - (void)commentOutCurrentQueryTakingSelection:(BOOL)takeSelection; - (NSString *)usedQuery; - (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn andDatabase:(NSString *)database; - +- (unsigned int)numberOfQueries; @end -- cgit v1.2.3