diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-03 17:55:28 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-03 17:55:28 +0100 |
commit | 1c288ec9861b33b68bc82428a529711b0380a35f (patch) | |
tree | b6d4bf425994848bd67f34533b8ae81fa443d70b /common/secretstore.cpp | |
parent | 355ab292e362770e707ec9c16679e12505d7771c (diff) | |
download | sink-1c288ec9861b33b68bc82428a529711b0380a35f.tar.gz sink-1c288ec9861b33b68bc82428a529711b0380a35f.zip |
Fixed warning
Diffstat (limited to 'common/secretstore.cpp')
-rw-r--r-- | common/secretstore.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/secretstore.cpp b/common/secretstore.cpp index 27704fa..82f42da 100644 --- a/common/secretstore.cpp +++ b/common/secretstore.cpp | |||
@@ -55,3 +55,7 @@ QString SecretStore::resourceSecret(const QByteArray &resourceId) | |||
55 | return mCache.value(resourceId); | 55 | return mCache.value(resourceId); |
56 | } | 56 | } |
57 | 57 | ||
58 | #pragma clang diagnostic push | ||
59 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
60 | #include "moc_secretstore.cpp" | ||
61 | #pragma clang diagnostic pop | ||