diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/commandprocessor.cpp | 5 | ||||
-rw-r--r-- | common/facade.cpp | 1 | ||||
-rw-r--r-- | common/genericresource.cpp | 4 | ||||
-rw-r--r-- | common/inspector.cpp | 5 | ||||
-rw-r--r-- | common/synchronizer.cpp | 5 |
5 files changed, 0 insertions, 20 deletions
diff --git a/common/commandprocessor.cpp b/common/commandprocessor.cpp index 3507ef1..8b6e685 100644 --- a/common/commandprocessor.cpp +++ b/common/commandprocessor.cpp | |||
@@ -364,8 +364,3 @@ KAsync::Job<void> CommandProcessor::processAllMessages() | |||
364 | }); | 364 | }); |
365 | } | 365 | } |
366 | 366 | ||
367 | #pragma clang diagnostic push | ||
368 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
369 | #include "commandprocessor.moc" | ||
370 | #include "moc_commandprocessor.cpp" | ||
371 | #pragma clang diagnostic pop | ||
diff --git a/common/facade.cpp b/common/facade.cpp index 9c14a23..d00453e 100644 --- a/common/facade.cpp +++ b/common/facade.cpp | |||
@@ -116,4 +116,3 @@ QPair<KAsync::Job<void>, typename ResultEmitter<typename DomainType::Ptr>::Ptr> | |||
116 | 116 | ||
117 | SINK_REGISTER_TYPES() | 117 | SINK_REGISTER_TYPES() |
118 | 118 | ||
119 | #include "facade.moc" | ||
diff --git a/common/genericresource.cpp b/common/genericresource.cpp index 00d7d0c..9b10602 100644 --- a/common/genericresource.cpp +++ b/common/genericresource.cpp | |||
@@ -132,7 +132,3 @@ void GenericResource::setLowerBoundRevision(qint64 revision) | |||
132 | updateLowerBoundRevision(); | 132 | updateLowerBoundRevision(); |
133 | } | 133 | } |
134 | 134 | ||
135 | #pragma clang diagnostic push | ||
136 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
137 | #include "genericresource.moc" | ||
138 | #pragma clang diagnostic pop | ||
diff --git a/common/inspector.cpp b/common/inspector.cpp index 0e7a61f..0fa0f3d 100644 --- a/common/inspector.cpp +++ b/common/inspector.cpp | |||
@@ -90,8 +90,3 @@ KAsync::Job<void> Inspector::inspect(int inspectionType, const QByteArray &inspe | |||
90 | return KAsync::error(-1, "Inspection not implemented."); | 90 | return KAsync::error(-1, "Inspection not implemented."); |
91 | } | 91 | } |
92 | 92 | ||
93 | #pragma clang diagnostic push | ||
94 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
95 | #include "inspector.moc" | ||
96 | #include "moc_inspector.cpp" | ||
97 | #pragma clang diagnostic pop | ||
diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp index 4a0ac46..c5dfd22 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp | |||
@@ -696,8 +696,3 @@ bool Synchronizer::allChangesReplayed() | |||
696 | 696 | ||
697 | SINK_REGISTER_TYPES() | 697 | SINK_REGISTER_TYPES() |
698 | 698 | ||
699 | #pragma clang diagnostic push | ||
700 | #pragma clang diagnostic ignored "-Wundefined-reinterpret-cast" | ||
701 | #include "synchronizer.moc" | ||
702 | #include "moc_synchronizer.cpp" | ||
703 | #pragma clang diagnostic pop | ||