diff options
Diffstat (limited to 'src/selectionmode')
| -rw-r--r-- | src/selectionmode/bottombar.cpp | 2 | ||||
| -rw-r--r-- | src/selectionmode/bottombarcontentscontainer.cpp | 2 | ||||
| -rw-r--r-- | src/selectionmode/topbar.cpp | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/selectionmode/bottombar.cpp b/src/selectionmode/bottombar.cpp index c85286cbb..b40fc95db 100644 --- a/src/selectionmode/bottombar.cpp +++ b/src/selectionmode/bottombar.cpp @@ -160,3 +160,5 @@ void BottomBar::resizeEvent(QResizeEvent *resizeEvent) return QWidget::resizeEvent(resizeEvent); } + +#include "moc_bottombar.cpp" diff --git a/src/selectionmode/bottombarcontentscontainer.cpp b/src/selectionmode/bottombarcontentscontainer.cpp index 730471ab0..d53d2e4b9 100644 --- a/src/selectionmode/bottombarcontentscontainer.cpp +++ b/src/selectionmode/bottombarcontentscontainer.cpp @@ -660,3 +660,5 @@ void BottomBarContentsContainer::updateMainActionButton(const KFileItemList& sel } } // clang-format on + +#include "moc_bottombarcontentscontainer.cpp" diff --git a/src/selectionmode/topbar.cpp b/src/selectionmode/topbar.cpp index d58d10fb4..abe9f74a5 100644 --- a/src/selectionmode/topbar.cpp +++ b/src/selectionmode/topbar.cpp @@ -119,3 +119,5 @@ void TopBar::updateLabelString() m_label->setText(m_shortLabelString); } } + +#include "moc_topbar.cpp" |
