migration: use image provider to show avatar image

1. Use avatarimageprovider
2. Remove redundant base64 code

Change-Id: I2a2517890e95b4a9f9a363fbea2251d6d5dd1c8f
This commit is contained in:
Ming Rui Zhang
2020-10-19 14:51:31 -04:00
parent b4b56aec4b
commit 173cf2be50
50 changed files with 587 additions and 562 deletions

View File

@@ -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 \