openbsd-ports/audio/last.fm/patches/patch-src_httpinput_httpinput_h
dcoppa ed80a78265 Update to last.fm 1.5.4.27091
Still happy with gcc 3.3.5

Tested on sparc64 and i386
2011-03-30 14:00:48 +00:00

25 lines
941 B
Plaintext

$OpenBSD: patch-src_httpinput_httpinput_h,v 1.1 2011/03/30 14:00:48 dcoppa Exp $
--- src/httpinput/httpinput.h.orig Wed Mar 30 12:53:01 2011
+++ src/httpinput/httpinput.h Wed Mar 30 12:58:51 2011
@@ -97,9 +97,9 @@ public slots:
virtual void load( const QString& url );
signals:
- virtual void stateChanged( RadioState newState );
+ void stateChanged( RadioState newState );
- virtual void error( int errorCode, const QString& reason );
+ void error( int errorCode, const QString& reason );
/*********************************************************************/ /**
Emitted if the stream has to rebuffer. Buffering finishes when
@@ -108,7 +108,7 @@ signals:
@param size - current buffer size
@param total - total buffer size
**************************************************************************/
- virtual void
+ void
buffering( int size, int total );
private: