Rework MessageDelegate in cpp
Rework MessageDelegate to be mostly a cpp class. This allows us to only load the components that are actually needed saving memory. In testing using memtest it saved ~30% versus the current implementation.
This commit is contained in:
@@ -63,6 +63,7 @@ ecm_add_qml_module(Timeline GENERATE_PLUGIN_SOURCE
|
||||
locationhelper.cpp
|
||||
mediasizehelper.cpp
|
||||
messageattached.cpp
|
||||
messagedelegate.cpp
|
||||
pollhandler.cpp
|
||||
timelinedelegate.cpp
|
||||
enums/delegatetype.h
|
||||
|
||||
Reference in New Issue
Block a user