Ignore:
Timestamp:
06/01/09 04:45:33 (15 years ago)
Author:
Nicholas Riley
Message:

Restore sound selector; move most of the preview functionality (excluding validation) to QTKit as NSMovieView and QuickTime are deprecated. Hopefully this will improve stability as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/NJRQTMediaPopUpButton.h

    r133 r533  
    88
    99#import <AppKit/AppKit.h>
     10#import <QTKit/QTKit.h>
    1011#import "BDAlias.h"
    1112
     
    1314
    1415@interface NJRQTMediaPopUpButton : NSPopUpButton {
    15     IBOutlet NSMovieView *preview;
     16    IBOutlet QTMovieView *preview;
    1617    BOOL movieCanRepeat, movieHasAudio;
    1718    NSMenuItem *otherItem;
Note: See TracChangeset for help on using the changeset viewer.