diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-02-16 17:57:30 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-02-16 17:58:17 +0100 |
commit | 52a787eefb3fb3d147648d08fc439a4b8a966fd3 (patch) | |
tree | 90758ec437c5d1a0c79d5b0500453bf607c14ce0 /lib/events/encryptedfile.h | |
parent | 044ae4a029b710571420f830a497647f7a54698a (diff) | |
download | libquotient-52a787eefb3fb3d147648d08fc439a4b8a966fd3.tar.gz libquotient-52a787eefb3fb3d147648d08fc439a4b8a966fd3.zip |
Add a few missing QUOTIENT_API stanzas
Also, removed Q_GADGET macros from key verification events as those
don't seem to do anything (no Q_ENUM/Q_FLAG things, namely).
Diffstat (limited to 'lib/events/encryptedfile.h')
-rw-r--r-- | lib/events/encryptedfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/encryptedfile.h b/lib/events/encryptedfile.h index 6199be8e..43bafc49 100644 --- a/lib/events/encryptedfile.h +++ b/lib/events/encryptedfile.h @@ -29,7 +29,7 @@ public: bool ext; }; -struct EncryptedFile +struct QUOTIENT_API EncryptedFile { Q_GADGET Q_PROPERTY(QUrl url MEMBER url CONSTANT) |