Add KDE_EXPORT on PluginUtility namespace.

This resolves issue #1.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/2/head
Slávek Banko 5 years ago
parent f093926e67
commit 3016606dca
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -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. */

Loading…
Cancel
Save