refs #453 Refactor Input value classes

All previous Hardware classes have been refactored and moved into
the Input namespace.
This commit is contained in:
Roland Winklmeier
2015-08-14 19:35:13 +02:00
committed by Mathew Sutcliffe
parent 41e17aa0c7
commit 63c7c6be0d
22 changed files with 1388 additions and 9 deletions

View File

@@ -90,9 +90,9 @@ namespace BlackMisc
BLACKMISC_EXPORT bool startWindowsMixer();
}
namespace Hardware
namespace Input
{
//! Register metadata for Hardware
//! Register metadata for Input
BLACKMISC_EXPORT void registerMetadata();
}
@@ -328,7 +328,6 @@ namespace BlackMisc
//! Merges an incremental json object into an existing one
BLACKMISC_EXPORT QJsonObject applyIncrementalObject(const QJsonObject &previousObject, const QJsonObject &incrementalObject);
} // BlackMisc
#endif // guard