Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
0ba46e17
Commit
0ba46e17
authored
Mar 16, 2020
by
Laurent Montel
Browse files
Export symbole if we want to autotest it
parent
d741173e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/userfeedback/accountinfosource.h
View file @
0ba46e17
...
...
@@ -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
();
...
...
src/userfeedback/plugininfosource.h
View file @
0ba46e17
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment