mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-17 15:55:23 +08:00
migration: use image provider to show avatar image
1. Use avatarimageprovider 2. Remove redundant base64 code Change-Id: I2a2517890e95b4a9f9a363fbea2251d6d5dd1c8f
This commit is contained in:
@@ -111,6 +111,7 @@ unix {
|
||||
|
||||
# Input
|
||||
HEADERS += \
|
||||
src/avatarimageprovider.h \
|
||||
src/networkmanager.h \
|
||||
src/smartlistmodel.h \
|
||||
src/updatemanager.h \
|
||||
@@ -123,7 +124,6 @@ HEADERS += \
|
||||
src/globalsystemtray.h \
|
||||
src/appsettingsmanager.h \
|
||||
src/webchathelpers.h \
|
||||
src/pixbufmanipulator.h \
|
||||
src/rendermanager.h \
|
||||
src/connectivitymonitor.h \
|
||||
src/jamiavatartheme.h \
|
||||
@@ -168,7 +168,6 @@ SOURCES += \
|
||||
src/main.cpp \
|
||||
src/smartlistmodel.cpp \
|
||||
src/utils.cpp \
|
||||
src/pixbufmanipulator.cpp \
|
||||
src/rendermanager.cpp \
|
||||
src/connectivitymonitor.cpp \
|
||||
src/mainapplication.cpp \
|
||||
|
||||
Reference in New Issue
Block a user