refs #413 Decomposed icon-related functions of CValueObject into Mixin::Icon.

This commit is contained in:
Mathew Sutcliffe
2015-05-01 22:30:59 +01:00
parent 75f46068e1
commit fe08792bef
4 changed files with 38 additions and 34 deletions

View File

@@ -9,11 +9,12 @@
//! \file
#include "valueobject.h" // outside include guard due to cyclic dependency hack (MS)
#ifndef BLACKMISC_ICON_H
#define BLACKMISC_ICON_H
#include "blackmiscexport.h"
#include "valueobject.h"
#include "icons.h"
#include <QIcon>