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