Port to CMake AUTOMOC
Summary: Run convert-to-cmake-automoc.pl over all .cpp files Differential Revision: https://phabricator.kde.org/D882
This commit is contained in:
parent
803d499287
commit
8ea4f4dae7
35 changed files with 0 additions and 35 deletions
|
@ -2151,4 +2151,3 @@ QSize Client::resizeIncrements() const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "client.moc"
|
||||
|
|
|
@ -61,4 +61,3 @@ QColor ColorHelper::foreground(bool active, ColorHelper::ForegroundRole role) co
|
|||
return kcs.foreground(static_cast<KColorScheme::ForegroundRole>(role)).color();
|
||||
}
|
||||
|
||||
#include "colorhelper.moc"
|
||||
|
|
|
@ -260,4 +260,3 @@ Borders::operator QMargins() const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "decorationoptions.moc"
|
||||
|
|
|
@ -27,4 +27,3 @@ void DecorationPlugin::registerTypes(const char *uri)
|
|||
qmlRegisterType<KWin::Borders>(uri, 0, 1, "Borders");
|
||||
}
|
||||
|
||||
#include "decorationplugin.moc"
|
||||
|
|
|
@ -202,4 +202,3 @@ QByteArray Deleted::windowRole() const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "deleted.moc"
|
||||
|
|
|
@ -1459,4 +1459,3 @@ void DesktopButtonsView::hide()
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "desktopgrid.moc"
|
||||
|
|
|
@ -985,4 +985,3 @@ FlipSwitchEffect::ItemInfo::~ItemInfo()
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "flipswitch.moc"
|
||||
|
|
|
@ -162,4 +162,3 @@ bool InvertEffect::provides(Feature f)
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "invert.moc"
|
||||
|
|
|
@ -254,4 +254,3 @@ bool LookingGlassEffect::isActive() const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "lookingglass.moc"
|
||||
|
|
|
@ -339,4 +339,3 @@ bool MagnifierEffect::isActive() const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "magnifier.moc"
|
||||
|
|
|
@ -388,4 +388,3 @@ void MouseClickEffect::paintScreenFinishGl(int, QRegion, ScreenPaintData&)
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "mouseclick.moc"
|
||||
|
|
|
@ -287,4 +287,3 @@ bool MouseMarkEffect::isActive() const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "mousemark.moc"
|
||||
|
|
|
@ -1971,4 +1971,3 @@ QPoint CloseWindowView::mapFromGlobal(const QPoint &pos) const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "presentwindows.moc"
|
||||
|
|
|
@ -290,4 +290,3 @@ bool SlideEffect::isActive() const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "slide.moc"
|
||||
|
|
|
@ -189,4 +189,3 @@ bool ThumbnailAsideEffect::isActive() const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "thumbnailaside.moc"
|
||||
|
|
|
@ -539,4 +539,3 @@ bool ZoomEffect::isActive() const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "zoom.moc"
|
||||
|
|
|
@ -64,4 +64,3 @@ void GeometryTip::setGeometry(const QRect& geom)
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "geometrytip.moc"
|
||||
|
|
|
@ -41,4 +41,3 @@ void EffectModelTest::testEffectFilterModel() {
|
|||
}
|
||||
|
||||
QTEST_MAIN(EffectModelTest)
|
||||
#include "effectmodeltest.moc"
|
||||
|
|
|
@ -52,5 +52,4 @@ void Plugin::registerTypes(const char *uri)
|
|||
}
|
||||
}
|
||||
|
||||
#include "plugin.moc"
|
||||
|
||||
|
|
|
@ -122,4 +122,3 @@ void DesktopNamesWidget::setDesktopConfig(KWinDesktopConfig* desktopConfig)
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "desktopnameswidget.moc"
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "mouse.moc"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
|
|
@ -652,4 +652,3 @@ void KMovingConfig::setCenterSnapZone(int pxls)
|
|||
m_ui->centerSnap->setValue(pxls);
|
||||
}
|
||||
|
||||
#include "windows.moc"
|
||||
|
|
|
@ -247,4 +247,3 @@ WId DetectDialog::findWindow()
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "detectwidget.moc"
|
||||
|
|
|
@ -262,4 +262,3 @@ void KCMRulesList::defaults()
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "ruleslist.moc"
|
||||
|
|
|
@ -935,4 +935,3 @@ QKeySequence ShortcutDialog::shortcut() const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "ruleswidget.moc"
|
||||
|
|
|
@ -290,4 +290,3 @@ bool Monitor::Corner::active() const
|
|||
}
|
||||
} // namespace
|
||||
|
||||
#include "monitor.moc"
|
||||
|
|
|
@ -1847,4 +1847,3 @@ void EffectFrame::setScreenProjectionMatrix(const QMatrix4x4 &spm)
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "kwineffects.moc"
|
||||
|
|
1
main.cpp
1
main.cpp
|
@ -532,4 +532,3 @@ QProcessEnvironment Application::processStartupEnvironment() const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "main.moc"
|
||||
|
|
|
@ -795,4 +795,3 @@ QList< QAction * > KWin::Scripting::actionsForUserActionMenu(KWin::AbstractClien
|
|||
return actions;
|
||||
}
|
||||
|
||||
#include "scripting.moc"
|
||||
|
|
1
sm.cpp
1
sm.cpp
|
@ -517,4 +517,3 @@ void Workspace::sessionSaveDone()
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "sm.moc"
|
||||
|
|
|
@ -1611,4 +1611,3 @@ void TabBox::removeTabBoxGrab()
|
|||
} // namespace TabBox
|
||||
} // namespace
|
||||
|
||||
#include "tabbox.moc"
|
||||
|
|
|
@ -513,4 +513,3 @@ QMatrix4x4 Toplevel::inputTransformation() const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "toplevel.moc"
|
||||
|
|
|
@ -156,4 +156,3 @@ NET::WindowType Unmanaged::windowType(bool direct, int supportedTypes) const
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "unmanaged.moc"
|
||||
|
|
|
@ -243,5 +243,4 @@ Qt::KeyboardModifiers x11ToQtKeyboardModifiers(int state)
|
|||
} // namespace
|
||||
|
||||
#ifndef KCMRULES
|
||||
#include "utils.moc"
|
||||
#endif
|
||||
|
|
|
@ -1694,4 +1694,3 @@ void Workspace::forEachAbstractClient(std::function< void (AbstractClient*) > fu
|
|||
|
||||
} // namespace
|
||||
|
||||
#include "workspace.moc"
|
||||
|
|
Loading…
Reference in a new issue