From c213d86c13973d280e43bb4c5c380e72c50b703e Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 15 Jul 2009 15:35:42 +0000 Subject: =?UTF-8?q?=E2=80=A2=20initial=20support=20for=20=E2=8C=98/=20in?= =?UTF-8?q?=20CustomQuery=20editor=20to=20(un)comment=20out=20the=20curren?= =?UTF-8?q?t=20query=20or=20selection=20by=20inserting=20"#=20"=20at=20the?= =?UTF-8?q?=20begin=20of=20each=20line=20-=20Note:=20not=20yet=20finished?= =?UTF-8?q?=20completely?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CustomQuery.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/CustomQuery.h') diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index ddd47e0e..56f56f0d 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -148,6 +148,7 @@ - (void)setFavorites; - (void)doPerformQueryService:(NSString *)query; - (void)selectCurrentQuery; +- (void)commentOutQuery; - (NSString *)usedQuery; - (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn; -- cgit v1.2.3