1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 20:04:00 +02:00

Style fixes in AvatarManager.

This commit is contained in:
Christian Muehlhaeuser
2014-10-15 14:31:37 +02:00
parent 9500a8aeb0
commit 30e07b2603

View File

@@ -1,6 +1,6 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2014, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright 2010-2011, Jeff Mitchell <jeff@tomahawk-player.org> * Copyright 2010-2011, Jeff Mitchell <jeff@tomahawk-player.org>
* *
* Tomahawk is free software: you can redistribute it and/or modify * Tomahawk is free software: you can redistribute it and/or modify
@@ -32,17 +32,17 @@ class ACCOUNTDLLEXPORT AvatarManager : public QObject
Q_OBJECT Q_OBJECT
public: public:
AvatarManager(Jreen::Client* client); AvatarManager( Jreen::Client* client );
virtual ~AvatarManager(); virtual ~AvatarManager();
QPixmap avatar(const QString& jid) const; QPixmap avatar( const QString& jid ) const;
signals: signals:
void newAvatar( const QString& jid ); void newAvatar( const QString& jid );
private slots: private slots:
void onNewPresence( const Jreen::Presence& presence ); void onNewPresence( const Jreen::Presence& presence );
void onNewIq(const Jreen::IQ& iq); void onNewIq( const Jreen::IQ& iq );
void onNewConnection(); void onNewConnection();
void onNewAvatar( const QString& jid ); void onNewAvatar( const QString& jid );