diff options
| author | Nicolas Fella <[email protected]> | 2023-07-05 22:44:40 +0200 |
|---|---|---|
| committer | Nicolas Fella <[email protected]> | 2023-07-05 22:44:40 +0200 |
| commit | f510339f033658eae27f8400bf042b78b36f82f2 (patch) | |
| tree | f5ada1ed265b86f6ae44b71218099ec383dd15de /src/selectionmode | |
| parent | cd2e64154fd5446a7e19aff4cb147efe2f2ba31e (diff) | |
| parent | ed2d352c42a6d517d4f29b3582c0e00aa34fe647 (diff) | |
Merge branch 'master' into kf6
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" |
