From 1613c951d49e6d85aff52f312d57fa087b35c079 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 10 Sep 2025 22:48:37 +0200 Subject: Move things URL calls to a helper --- QSThingsPlugin/Actions/CompleteTaskAction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'QSThingsPlugin/Actions/CompleteTaskAction.h') diff --git a/QSThingsPlugin/Actions/CompleteTaskAction.h b/QSThingsPlugin/Actions/CompleteTaskAction.h index 19609b9..e542c30 100644 --- a/QSThingsPlugin/Actions/CompleteTaskAction.h +++ b/QSThingsPlugin/Actions/CompleteTaskAction.h @@ -1,5 +1,5 @@ #import "Constants.h" -#import "KeychainHelper.h" +#import "ThingsHelper.h" #import #import -- cgit