diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-11-12 18:21:00 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-11-18 11:08:41 +0200 |
| commit | 3e7c67b5493d6dde2751c08e324db0c8d00a5a6a (patch) | |
| tree | 6ffb8159445eea4ae7aec23dabb4eb21e7e8ba7a /indra/llwindow/llappdelegate-objc.h | |
| parent | c6101b38bd7702c9613986ef9eba1d556df050be (diff) | |
#4939 Bugsplat update
to version 1.2.6
Diffstat (limited to 'indra/llwindow/llappdelegate-objc.h')
| -rw-r--r-- | indra/llwindow/llappdelegate-objc.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/indra/llwindow/llappdelegate-objc.h b/indra/llwindow/llappdelegate-objc.h index ef36f7d4a8..5b6e11e4e4 100644 --- a/indra/llwindow/llappdelegate-objc.h +++ b/indra/llwindow/llappdelegate-objc.h @@ -36,16 +36,17 @@ std::string secondLogPath; } -@property (assign) IBOutlet LLNSWindow *window; -@property (assign) IBOutlet NSWindow *inputWindow; -@property (assign) IBOutlet LLNonInlineTextView *inputView; +@property (assign) IBOutlet LLNSWindow * _Nullable window; +@property (assign) IBOutlet NSWindow * _Nullable inputWindow; +@property (assign) IBOutlet LLNonInlineTextView * _Nullable inputView; -@property (retain) NSString *currentInputLanguage; +@property (retain) NSString * _Nullable currentInputLanguage; - (void) oneFrame; -- (void) showInputWindow:(bool)show withEvent:(NSEvent*)textEvent; +- (void) showInputWindow:(bool)show withEvent:(nullable NSEvent *)textEvent; - (void) languageUpdated; - (bool) romanScript; +- (void) setBugsplatValue:(nullable NSString *)value forAttribute:(nullable NSString *)attribute; @end @interface LLApplication : NSApplication |
