aboutsummaryrefslogtreecommitdiff
path: root/QSCapturaPlugin/Actions/StartRecordingAction.h
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-09-15 11:25:11 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-09-15 11:25:11 +0200
commit07195976ce0106a17ed57b08d2fb10d0c3020edb (patch)
tree654e52561e0ca2795a6fde7961822289ef616146 /QSCapturaPlugin/Actions/StartRecordingAction.h
Initial commitHEADmain
Diffstat (limited to 'QSCapturaPlugin/Actions/StartRecordingAction.h')
-rw-r--r--QSCapturaPlugin/Actions/StartRecordingAction.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/QSCapturaPlugin/Actions/StartRecordingAction.h b/QSCapturaPlugin/Actions/StartRecordingAction.h
new file mode 100644
index 0000000..e30c44a
--- /dev/null
+++ b/QSCapturaPlugin/Actions/StartRecordingAction.h
@@ -0,0 +1,12 @@
+#import "Constants.h"
+#import <Foundation/Foundation.h>
+#import <QSCore/QSCore.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface StartRecordingAction : QSActionProvider
+
+- (QSObject *)startRecordingFor:(QSObject *)directObject;
+@end
+
+NS_ASSUME_NONNULL_END