ed80a78265
Still happy with gcc 3.3.5 Tested on sparc64 and i386
12 lines
450 B
Plaintext
12 lines
450 B
Plaintext
$OpenBSD: patch-src_systray_h,v 1.1 2011/03/30 14:00:48 dcoppa Exp $
|
|
--- src/systray.h.orig Wed Mar 30 13:09:36 2011
|
|
+++ src/systray.h Wed Mar 30 13:11:43 2011
|
|
@@ -35,6 +35,7 @@ class TrayIcon : public QSystemTrayIcon (public)
|
|
TrayIcon( QObject* parent );
|
|
void startIpodScrobblingAnimation();
|
|
void stopIpodScrobblingAnimation();
|
|
+ virtual bool event( QEvent* e );
|
|
|
|
public slots:
|
|
void setTrack( const class MetaData &track );
|