diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-15 11:25:11 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-15 11:25:11 +0200 |
| commit | 07195976ce0106a17ed57b08d2fb10d0c3020edb (patch) | |
| tree | 654e52561e0ca2795a6fde7961822289ef616146 /QSCapturaPlugin/Actions/StartRecordingAction.h | |
Diffstat (limited to 'QSCapturaPlugin/Actions/StartRecordingAction.h')
| -rw-r--r-- | QSCapturaPlugin/Actions/StartRecordingAction.h | 12 |
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 |