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

Collapse All | Expand All

(-)a/wengophone/src/presentation/qt/chat/QtChatAvatarWidget.cpp (-2 / +2 lines)
Lines 17-24 Link Here
17
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 */
18
 */
19
19
20
#include "QtChatAvatarWidget.h"
21
22
#include <model/profile/AvatarList.h>
20
#include <model/profile/AvatarList.h>
23
21
24
#include <util/String.h>
22
#include <util/String.h>
Lines 26-31 Link Here
26
24
27
#include <QtGui/QPainter>
25
#include <QtGui/QPainter>
28
26
27
#include "QtChatAvatarWidget.h"
28
29
QtChatAvatarWidget::QtChatAvatarWidget(QWidget * parent, const QString & id,
29
QtChatAvatarWidget::QtChatAvatarWidget(QWidget * parent, const QString & id,
30
	QPixmap picture, const QString & nickname, const QString & contactId, PictureMode pmode, NicknameMode nmode)
30
	QPixmap picture, const QString & nickname, const QString & contactId, PictureMode pmode, NicknameMode nmode)
31
	: QWidget(parent), _pictureMode(pmode), _nicknameMode(nmode), _contactId(id) {
31
	: QWidget(parent), _pictureMode(pmode), _nicknameMode(nmode), _contactId(id) {

Return to bug 237941