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/SearchThingsAction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'QSThingsPlugin/Actions/SearchThingsAction.h') diff --git a/QSThingsPlugin/Actions/SearchThingsAction.h b/QSThingsPlugin/Actions/SearchThingsAction.h index 5f0ed48..c35bb1a 100644 --- a/QSThingsPlugin/Actions/SearchThingsAction.h +++ b/QSThingsPlugin/Actions/SearchThingsAction.h @@ -1,4 +1,4 @@ -#import "Constants.h" +#import "ThingsHelper.h" #import #import -- cgit