Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 503822 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/internet/spotifyblobdownloader.cpp (-2 / +6 lines)
Lines 15-22 Link Here
15
   along with Clementine.  If not, see <http://www.gnu.org/licenses/>.
15
   along with Clementine.  If not, see <http://www.gnu.org/licenses/>.
16
*/
16
*/
17
17
18
#include "config.h"
19
#include "spotifyblobdownloader.h"
18
#include "spotifyblobdownloader.h"
19
20
#include "config.h"
20
#include "spotifyservice.h"
21
#include "spotifyservice.h"
21
#include "core/logging.h"
22
#include "core/logging.h"
22
#include "core/network.h"
23
#include "core/network.h"
Lines 32-37 Link Here
32
  #include <QtCrypto>
33
  #include <QtCrypto>
33
#endif // HAVE_QCA
34
#endif // HAVE_QCA
34
35
36
#ifdef Q_OS_UNIX
37
  #include <unistd.h>
38
#endif
39
35
const char* SpotifyBlobDownloader::kSignatureSuffix = ".sha1";
40
const char* SpotifyBlobDownloader::kSignatureSuffix = ".sha1";
36
41
37
42
38
- 

Return to bug 503822