diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2019-02-03 02:09:32 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2019-02-03 02:29:15 +0100 |
| commit | ed8fceaadf95fd6a415f723fa60da88a1117f8e8 (patch) | |
| tree | 80a3162a8c87bf208eff42ddeb615ef708d22f9c /lib/plugin.h | |
| parent | c603a9dfaa9c6d787552028e6fe044bbce8f2bc0 (diff) | |
| download | kpilot-ed8fceaadf95fd6a415f723fa60da88a1117f8e8.tar.gz kpilot-ed8fceaadf95fd6a415f723fa60da88a1117f8e8.zip | |
Add KDE_EXPORT on PluginUtility namespace.
This resolves issue #1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3016606dcafcd34fb15fe8b78c3f7c33dd900474)
Diffstat (limited to 'lib/plugin.h')
| -rw-r--r-- | lib/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |
