diff options
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 | ||