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
d09a316a
Commit
d09a316a
authored
Sep 17, 2021
by
Laurent Montel
😁
Browse files
Fix compile with unity cmake support
parent
42131120
Pipeline
#81057
passed with stage
in 46 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/plugineditorinit/plugineditorinitmanager.cpp
View file @
d09a316a
...
...
@@ -31,7 +31,7 @@ public:
namespace
{
QString
pluginVersion
()
QString
plugin
EditorInit
Version
()
{
return
QStringLiteral
(
"1.0"
);
}
...
...
@@ -96,7 +96,7 @@ void PluginEditorInitManagerPrivate::initializePlugins()
info
.
metaDataFileNameBaseName
=
QFileInfo
(
data
.
fileName
()).
baseName
();
info
.
metaDataFileName
=
data
.
fileName
();
info
.
data
=
data
;
if
(
pluginVersion
()
==
data
.
version
())
{
if
(
plugin
EditorInit
Version
()
==
data
.
version
())
{
info
.
plugin
=
nullptr
;
mPluginList
.
push_back
(
info
);
}
else
{
...
...
messageviewer/src/messagepartthemes/default/messagepartrenderermanager.cpp
View file @
d09a316a
...
...
@@ -23,11 +23,9 @@
#include
<grantlee/templateloader.h>
#include
<QGuiApplication>
#ifndef COMPILE_WITH_UNITY_CMAKE_SUPPORT
Q_DECLARE_METATYPE
(
GpgME
::
DecryptionResult
::
Recipient
)
Q_DECLARE_METATYPE
(
const
QGpgME
::
Protocol
*
)
Q_DECLARE_METATYPE
(
GpgME
::
Key
)
#endif
// Read-only introspection of GpgME::DecryptionResult::Recipient object.
GRANTLEE_BEGIN_LOOKUP
(
GpgME
::
DecryptionResult
::
Recipient
)
...
...
Write
Preview
Supports
Markdown
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