Export symbole if we want to autotest it

wilder
Laurent Montel 6 years ago
parent d741173ee8
commit 0ba46e177a
  1. 3
      src/userfeedback/accountinfosource.h
  2. 3
      src/userfeedback/plugininfosource.h

@ -21,8 +21,9 @@
#ifndef ACCOUNTINFOSOURCE_H
#define ACCOUNTINFOSOURCE_H
#include <KUserFeedback/AbstractDataSource>
#include "kmail_private_export.h"
class AccountInfoSource : public KUserFeedback::AbstractDataSource
class KMAILTESTS_TESTS_EXPORT AccountInfoSource : public KUserFeedback::AbstractDataSource
{
public:
AccountInfoSource();

@ -21,8 +21,9 @@
#ifndef PLUGININFOSOURCE_H
#define PLUGININFOSOURCE_H
#include <KUserFeedback/AbstractDataSource>
#include "kmail_private_export.h"
class PluginInfoSource : public KUserFeedback::AbstractDataSource
class KMAILTESTS_TESTS_EXPORT PluginInfoSource : public KUserFeedback::AbstractDataSource
{
public:
PluginInfoSource();

Loading…
Cancel
Save