Clean up event to string related codes.

Working on #55.
This commit is contained in:
Black Hat
2018-10-24 21:15:26 +08:00
parent 47782f3198
commit e19e3b8ff9
6 changed files with 159 additions and 115 deletions

View File

@@ -92,7 +92,8 @@ HEADERS += \
src/imageitem.h \
src/accountlistmodel.h \
src/spectraluser.h \
src/notifications/manager.h
src/notifications/manager.h \
src/utils.h
SOURCES += src/main.cpp \
src/controller.cpp \
@@ -104,7 +105,8 @@ SOURCES += src/main.cpp \
src/userlistmodel.cpp \
src/imageitem.cpp \
src/accountlistmodel.cpp \
src/spectraluser.cpp
src/spectraluser.cpp \
src/utils.cpp
unix:!mac {
SOURCES += src/notifications/managerlinux.cpp