~thalexander/unity/update-fsf-address

« back to all changes in this revision

Viewing changes to dash/CoverflowResultView.cpp

Introspectable: use IntrospectionData class for collecting data from children

Now each introspectable object is called with an IntrospectionData parameter and calling one
of its methods it's the only way to fill introspection data into unity.
As bonus point, remove all the unneeded UnityCore/Variant.cpp inclusions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
#include "CoverflowResultView.h"
21
 
#include <UnityCore/Variant.h>
22
21
#include "unity-shared/IconLoader.h"
23
22
#include "unity-shared/IconTexture.h"
24
23
#include "unity-shared/DashStyle.h"