diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-11 12:32:54 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-11 12:32:54 +0200 |
| commit | 397cb011a540d53974a87d94a8ff8576e2024b63 (patch) | |
| tree | 616de785531442329f42333724c9fa9a728cf4e3 /QSThingsPlugin/Actions/CreateTaskAction.h | |
| parent | 1613c951d49e6d85aff52f312d57fa087b35c079 (diff) | |
Add create actions
Diffstat (limited to 'QSThingsPlugin/Actions/CreateTaskAction.h')
| -rw-r--r-- | QSThingsPlugin/Actions/CreateTaskAction.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/QSThingsPlugin/Actions/CreateTaskAction.h b/QSThingsPlugin/Actions/CreateTaskAction.h new file mode 100644 index 0000000..36c5c3c --- /dev/null +++ b/QSThingsPlugin/Actions/CreateTaskAction.h @@ -0,0 +1,13 @@ +#import "Constants.h" +#import "ThingsHelper.h" +#import "TextParsingHelper.h" +#import <Foundation/Foundation.h> +#import <QSCore/QSCore.h> + +NS_ASSUME_NONNULL_BEGIN + +@interface CreateTaskAction : QSActionProvider + +@end + +NS_ASSUME_NONNULL_END |