summaryrefslogtreecommitdiffstats
path: root/lib/actionQueue.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2019-01-03 03:40:09 +0100
committerSlávek Banko <[email protected]>2019-01-03 04:28:05 +0100
commit6d8083e2a680f398426332649fa58ef6062d5d82 (patch)
tree37b6870cbd804bc356145c91d535f56b7c66de59 /lib/actionQueue.h
parent2d2db589f29cc5d9875f6c1c73b0f01e69b35411 (diff)
downloadkpilot-6d8083e2a680f398426332649fa58ef6062d5d82.tar.gz
kpilot-6d8083e2a680f398426332649fa58ef6062d5d82.zip
Fix export of symbols to work properly with hidden visibility.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit c2446367dbf7826bdd45ff8a943b408c1b7097d8)
Diffstat (limited to 'lib/actionQueue.h')
-rw-r--r--lib/actionQueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/actionQueue.h b/lib/actionQueue.h
index 3954b3f..850b33a 100644
--- a/lib/actionQueue.h
+++ b/lib/actionQueue.h
@@ -54,7 +54,7 @@
* actions in the queue in sequence.
*
*/
-KDE_EXPORT class ActionQueue : public SyncAction
+class KDE_EXPORT ActionQueue : public SyncAction
{
Q_OBJECT