diff options
Diffstat (limited to 'common/commandprocessor.cpp')
-rw-r--r-- | common/commandprocessor.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/commandprocessor.cpp b/common/commandprocessor.cpp index 87a120b..a6371be 100644 --- a/common/commandprocessor.cpp +++ b/common/commandprocessor.cpp | |||
@@ -380,3 +380,9 @@ KAsync::Job<void> CommandProcessor::processAllMessages() | |||
380 | } | 380 | } |
381 | }); | 381 | }); |
382 | } | 382 | } |
383 | |||
384 | #pragma clang diagnostic push | ||
385 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
386 | #include "commandprocessor.moc" | ||
387 | #include "moc_commandprocessor.cpp" | ||
388 | #pragma clang diagnostic pop | ||