Some cleanup

* removed audio utils from blackmiscfreefunctions (we wanna give it up)
* comments
* formatting
This commit is contained in:
Klaus Basan
2015-12-19 03:33:46 +01:00
parent 3ac32fa58e
commit 8aa449bc13
11 changed files with 67 additions and 46 deletions

View File

@@ -35,12 +35,6 @@ inline void initBlackMiscResources()
//! Free functions in BlackMisc
namespace BlackMisc
{
namespace Audio
{
//! Start the Windows mixer
BLACKMISC_EXPORT bool startWindowsMixer();
}
//! Init resources
BLACKMISC_EXPORT void initResources();
@@ -157,9 +151,6 @@ namespace BlackMisc
//! Hash value, but with int list
BLACKMISC_EXPORT uint calculateHash(const QList<int> &values, const char *className);
//! Get local host name
BLACKMISC_EXPORT const QString &localHostName();
//! Get local host name env.variable
BLACKMISC_EXPORT const QString &localHostNameEnvVariable();