From 0ba46e177aee604d3aea79d09dc49a559ee96e10 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 16 Mar 2020 13:53:55 +0100 Subject: [PATCH] Export symbole if we want to autotest it --- src/userfeedback/accountinfosource.h | 3 ++- src/userfeedback/plugininfosource.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/userfeedback/accountinfosource.h b/src/userfeedback/accountinfosource.h index 4727af6ba..63d065ac7 100644 --- a/src/userfeedback/accountinfosource.h +++ b/src/userfeedback/accountinfosource.h @@ -21,8 +21,9 @@ #ifndef ACCOUNTINFOSOURCE_H #define ACCOUNTINFOSOURCE_H #include +#include "kmail_private_export.h" -class AccountInfoSource : public KUserFeedback::AbstractDataSource +class KMAILTESTS_TESTS_EXPORT AccountInfoSource : public KUserFeedback::AbstractDataSource { public: AccountInfoSource(); diff --git a/src/userfeedback/plugininfosource.h b/src/userfeedback/plugininfosource.h index c58d30064..e0f37bd25 100644 --- a/src/userfeedback/plugininfosource.h +++ b/src/userfeedback/plugininfosource.h @@ -21,8 +21,9 @@ #ifndef PLUGININFOSOURCE_H #define PLUGININFOSOURCE_H #include +#include "kmail_private_export.h" -class PluginInfoSource : public KUserFeedback::AbstractDataSource +class KMAILTESTS_TESTS_EXPORT PluginInfoSource : public KUserFeedback::AbstractDataSource { public: PluginInfoSource();