]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/selectionmode/topbar.cpp
Add explicit moc includes to sources for moc-covered headers
[dolphin.git] / src / selectionmode / topbar.cpp
index 1981be411028ffc3ad0051e3256b1e555deb403e..abe9f74a5c77e95ae87d0702ef97d61c5a9b82c0 100644 (file)
@@ -1,6 +1,6 @@
 /*
     This file is part of the KDE project
-    SPDX-FileCopyrightText: 2022 Felix Ernst <felixernst@zohomail.eu>
+    SPDX-FileCopyrightText: 2022 Felix Ernst <felixernst@kde.org>
 
     SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
 */
@@ -119,3 +119,5 @@ void TopBar::updateLabelString()
         m_label->setText(m_shortLabelString);
     }
 }
+
+#include "moc_topbar.cpp"