From 3016606dcafcd34fb15fe8b78c3f7c33dd900474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 3 Feb 2019 02:09:32 +0100 Subject: [PATCH] Add KDE_EXPORT on PluginUtility namespace. This resolves issue #1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- lib/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin.h b/lib/plugin.h index 0432fe5..ddae9fe 100644 --- a/lib/plugin.h +++ b/lib/plugin.h @@ -388,7 +388,7 @@ protected: } ; /** A namespace containing only static helper methods. */ -namespace PluginUtility +namespace PluginUtility KDE_EXPORT { /** Searches the argument list for --foo=bar and returns bar, TQString() if not found. * Don't include the -- in the argname. */