From c791858db3de3568f0ea2839c79b360a0dfb15ab Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 10 Sep 2025 11:32:28 +0200 Subject: Initial commit --- QSThingsPlugin/Actions/SearchThingsAction.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 QSThingsPlugin/Actions/SearchThingsAction.h (limited to 'QSThingsPlugin/Actions/SearchThingsAction.h') diff --git a/QSThingsPlugin/Actions/SearchThingsAction.h b/QSThingsPlugin/Actions/SearchThingsAction.h new file mode 100644 index 0000000..5f0ed48 --- /dev/null +++ b/QSThingsPlugin/Actions/SearchThingsAction.h @@ -0,0 +1,11 @@ +#import "Constants.h" +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface SearchThingsAction : QSActionProvider + +@end + +NS_ASSUME_NONNULL_END -- cgit