diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-10 11:32:28 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-10 11:32:28 +0200 |
| commit | c791858db3de3568f0ea2839c79b360a0dfb15ab (patch) | |
| tree | 7cf50c93cdf03075d10c14c8ad1f7a646b2a05c7 /QSThingsPlugin/Actions/ShowInThingsAction.h | |
Initial commit
Diffstat (limited to 'QSThingsPlugin/Actions/ShowInThingsAction.h')
| -rw-r--r-- | QSThingsPlugin/Actions/ShowInThingsAction.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/QSThingsPlugin/Actions/ShowInThingsAction.h b/QSThingsPlugin/Actions/ShowInThingsAction.h new file mode 100644 index 0000000..8d7790c --- /dev/null +++ b/QSThingsPlugin/Actions/ShowInThingsAction.h @@ -0,0 +1,11 @@ +#import "Constants.h" +#import <Foundation/Foundation.h> +#import <QSCore/QSCore.h> + +NS_ASSUME_NONNULL_BEGIN + +@interface ShowInThingsAction : QSActionProvider + +@end + +NS_ASSUME_NONNULL_END |