openbsd-ports/audio/last.fm/patches/patch-src_DiagnosticsDialog_h
dcoppa e3e04c6dcc The Unix (linux) client does not do fingerprinting, so don't build
it: this reduces package dependencies (dropped audio/libsamplerate
and math/fftw3).

iPods were identified by a directory timestamp, but it changed each
time the ipod was mounted. Instead identify a device by its
FirewireGuid.
2011-09-19 12:50:57 +00:00

19 lines
595 B
Plaintext

$OpenBSD: patch-src_DiagnosticsDialog_h,v 1.1 2011/09/19 12:50:57 dcoppa Exp $
--- src/DiagnosticsDialog.h.orig Mon Sep 19 11:54:04 2011
+++ src/DiagnosticsDialog.h Mon Sep 19 11:54:58 2011
@@ -66,12 +66,8 @@ private slots:
void onRefresh();
void onCopyToClipboard();
- void onTrackFingerprintingStarted( TrackInfo );
- void onTrackFingerprinted( TrackInfo );
- void onCantFingerprintTrack( TrackInfo track, QString reason );
-
- void onScrobbleIpodClicked();
- void onLogPoll();
+ void onScrobbleIpodClicked();
+ void onLogPoll();
};
#endif //DIAGNOSTICSDIALOG_H