From f1e6737893e1a011fcc6021dc2f607b83fc7b075 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 6 Sep 2012 00:13:37 +0200 Subject: [PATCH] * Smaller cleanups. --- src/accounts/zeroconf/Zeroconf.cpp | 1 + src/libtomahawk/utils/Logger.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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"