Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
1b554b79
Commit
1b554b79
authored
Nov 29, 2020
by
Sandro Knauß
🐝
Browse files
mesasgecore/autocrypt: Export AutocryptStorage.
parent
4ff873d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
messagecore/autotests/CMakeLists.txt
View file @
1b554b79
...
@@ -44,7 +44,6 @@ add_gpg_crypto_test(autocryptrecipienttest messagecore-autocryptrecipienttest)
...
@@ -44,7 +44,6 @@ add_gpg_crypto_test(autocryptrecipienttest messagecore-autocryptrecipienttest)
add_executable
(
autocryptstoragetest
add_executable
(
autocryptstoragetest
autocryptstoragetest.cpp
autocryptstoragetest.cpp
../src/autocrypt/autocryptrecipient.cpp
../src/autocrypt/autocryptrecipient.cpp
../src/autocrypt/autocryptstorage.cpp
)
)
target_link_libraries
(
autocryptstoragetest
target_link_libraries
(
autocryptstoragetest
...
...
messagecore/src/autocrypt/autocryptstorage.h
View file @
1b554b79
...
@@ -7,8 +7,12 @@
...
@@ -7,8 +7,12 @@
#ifndef AUTOCRYPTSTORAGE_H
#ifndef AUTOCRYPTSTORAGE_H
#define AUTOCRYPTSTORAGE_H
#define AUTOCRYPTSTORAGE_H
#include "messagecore_export.h"
#include "autocryptrecipient.h"
#include "autocryptrecipient.h"
#include <QSharedPointer>
class
AutocryptStorageTest
;
class
AutocryptStorageTest
;
class
AutocryptUtilsTest
;
class
AutocryptUtilsTest
;
...
@@ -16,7 +20,7 @@ namespace MessageCore {
...
@@ -16,7 +20,7 @@ namespace MessageCore {
class
AutocryptStoragePrivate
;
class
AutocryptStoragePrivate
;
class
AutocryptStorage
class
MESSAGECORE_EXPORT
AutocryptStorage
{
{
public:
public:
typedef
QSharedPointer
<
AutocryptStorage
>
Ptr
;
typedef
QSharedPointer
<
AutocryptStorage
>
Ptr
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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