Changed audio settings to CVariant after merge with master

This commit is contained in:
Klaus Basan
2014-06-09 17:35:37 +02:00
parent c99b340833
commit 61740fab0a
3 changed files with 14 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ namespace BlackMisc
/*
* Value
*/
BlackMisc::CStatusMessageList CSettingsAudio::value(const QString &path, const QString &command, const QVariant &value, bool &changedFlag)
BlackMisc::CStatusMessageList CSettingsAudio::value(const QString &path, const QString &command, const CVariant &value, bool &changedFlag)
{
// TODO: This needs to be refactored to a smarter way to delegate commands
changedFlag = false;