diff --git a/src/accounts/zeroconf/Zeroconf.cpp b/src/accounts/zeroconf/Zeroconf.cpp index dcc14709c..8d95efe59 100644 --- a/src/accounts/zeroconf/Zeroconf.cpp +++ b/src/accounts/zeroconf/Zeroconf.cpp @@ -91,6 +91,7 @@ ZeroconfPlugin::connectPlugin() m_advertisementTimer.start(); } + void ZeroconfPlugin::disconnectPlugin() { diff --git a/src/libtomahawk/utils/Logger.h b/src/libtomahawk/utils/Logger.h index f3e0a1ea6..548329e8c 100644 --- a/src/libtomahawk/utils/Logger.h +++ b/src/libtomahawk/utils/Logger.h @@ -20,7 +20,6 @@ #define TOMAHAWK_LOGGER_H #include -#include #include "DllMacro.h"