mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
fix a crash on quit with the QuickLook window open
This commit is contained in:
@@ -98,6 +98,10 @@ typedef enum
|
||||
IBOutlet NSTextField * fURLSheetTextField;
|
||||
IBOutlet NSButton * fURLSheetOpenButton;
|
||||
|
||||
#warning change to QLPreviewPanel
|
||||
id fPreviewPanel;
|
||||
BOOL fQuitting;
|
||||
|
||||
BOOL fUpdateInProgress;
|
||||
BOOL fPauseOnLaunch;
|
||||
|
||||
@@ -110,9 +114,6 @@ typedef enum
|
||||
NSMutableDictionary * fPendingTorrentDownloads;
|
||||
|
||||
BOOL fSoundPlaying;
|
||||
|
||||
#warning change to QLPreviewPanel
|
||||
id fPreviewPanel;
|
||||
}
|
||||
|
||||
- (void) openFiles: (NSArray *) filenames addType: (addType) type forcePath: (NSString *) path;
|
||||
|
||||
Reference in New Issue
Block a user