refs #140 framework for using std::tuple to reduce repetitive coding in value classes

This commit is contained in:
Mathew Sutcliffe
2014-02-12 23:00:46 +00:00
committed by Klaus Basan
parent a5183c2fc4
commit fcd3dc09ef
4 changed files with 626 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#ifndef BLACKMISC_VALUEOBJECT_H
#define BLACKMISC_VALUEOBJECT_H
#include "tuple.h"
#include <QtDBus/QDBusMetaType>
#include <QString>
#include <QtGlobal>