diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-10 22:48:37 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-10 22:48:37 +0200 |
| commit | 1613c951d49e6d85aff52f312d57fa087b35c079 (patch) | |
| tree | c31b74c56f32c3a60e628c187b6f7c236fffe36e /QSThingsPlugin/Actions/SearchThingsAction.h | |
| parent | 7cf393095282077b0bbae3046826b67f4f20a8eb (diff) | |
Move things URL calls to a helper
Diffstat (limited to 'QSThingsPlugin/Actions/SearchThingsAction.h')
| -rw-r--r-- | QSThingsPlugin/Actions/SearchThingsAction.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <Foundation/Foundation.h> #import <QSCore/QSCore.h> |