fix IconData references based on Data::Generic type

pull/19/head
Michail Vourlakos 5 years ago
parent 5cb0277682
commit 131ce454f2

@ -39,10 +39,8 @@ public:
LayoutIcon(const LayoutIcon &o); LayoutIcon(const LayoutIcon &o);
//! Layout data //! Layout data
QString id;
bool isFreeActivities{false}; bool isFreeActivities{false};
bool isBackgroundFile{true}; bool isBackgroundFile{true};
QString name;
//! Operators //! Operators
LayoutIcon &operator=(const LayoutIcon &rhs); LayoutIcon &operator=(const LayoutIcon &rhs);

Loading…
Cancel
Save