Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F26446349
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
957 B
Subscribers
None
View Options
diff --git a/src/quick/types.h b/src/quick/types.h
index b78088e..5c2a971 100644
--- a/src/quick/types.h
+++ b/src/quick/types.h
@@ -1,31 +1,31 @@
// SPDX-FileCopyrightText: 2024 Carl Schwan <carl@carlschwan.eu>
-// SPDX-License-Identifier: LGPL-3.0-or-later
+// SPDX-License-Identifier: LGPL-2.1-or-later
#include <MimeTreeParserCore/AttachmentModel>
#include <MimeTreeParserCore/MessageParser>
#include <MimeTreeParserCore/PartModel>
#include <QtQml/qqmlregistration.h>
class MessageParserForeign : public QObject
{
Q_OBJECT
QML_NAMED_ELEMENT(MessageParser)
QML_FOREIGN(MessageParser)
};
class PartModelForeign : public QObject
{
Q_OBJECT
QML_NAMED_ELEMENT(PartModel)
QML_UNCREATABLE("Enum only")
QML_FOREIGN(PartModel)
};
class AttachmentModelForeign : public QObject
{
Q_OBJECT
QML_NAMED_ELEMENT(AttachmentModel)
QML_UNCREATABLE("Enum only")
QML_FOREIGN(AttachmentModel)
};
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Jul 17, 12:52 AM (1 d, 13 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
46/f2/3ec60e48ffcd61c77dc53fc6dc49
Attached To
rMTP MIME Tree Parser
Event Timeline
Log In to Comment