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/CompleteTaskAction.h | |
| parent | 7cf393095282077b0bbae3046826b67f4f20a8eb (diff) | |
Move things URL calls to a helper
Diffstat (limited to 'QSThingsPlugin/Actions/CompleteTaskAction.h')
| -rw-r--r-- | QSThingsPlugin/Actions/CompleteTaskAction.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <Foundation/Foundation.h> #import <QSCore/QSCore.h> |