X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d6c5534acee4d543ee2c08b279b416ea69de42d8..5e4dec969868a410da088273791f228def3b36a7:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index 5819e78..c5a4566 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -42,6 +42,7 @@ typedef enum { - (void)showReconnectQueryWindow; - (void)showNetworkErrorQueryWindow; - (void)showPreferencesUpdateWindow; +- (void)showDebugModeEnabledWindow; - (void)showSongInfoWindowWithSource:(ITMTRemotePlayerSource)source title: (NSString *)title @@ -51,6 +52,7 @@ typedef enum { time: (NSString *)time // FLOW: Should probably be NSDate or something. track: (NSString *)track rating: (int)rating + playCount: (int)playCount image: (NSImage *)art;