Run convert-to-cmake-automoc.pl over files
This commit is contained in:
parent
65f867b152
commit
9dda1204c8
@ -116,4 +116,3 @@ void SortFilterModelTest::mapRowFromSource()
|
||||
QCOMPARE(filterModel.mapRowFromSource(-1), -1);
|
||||
}
|
||||
|
||||
#include "sortfiltermodeltest.moc"
|
||||
|
@ -96,5 +96,4 @@ void HttpContainer::fetchFinished(KJob *job)
|
||||
}
|
||||
}
|
||||
|
||||
#include "httpContainer.moc"
|
||||
|
||||
|
@ -64,4 +64,3 @@ void AppletSelector::selected(const QModelIndex &idx)
|
||||
emit addApplet(idx.data(Qt::UserRole + 1).toString());
|
||||
}
|
||||
|
||||
#include "appletselector.moc"
|
||||
|
@ -91,4 +91,3 @@ void ContainmentShell::optionsPreferences()
|
||||
m_dialog->show();
|
||||
}
|
||||
|
||||
#include "containmentshell.moc"
|
||||
|
@ -108,5 +108,4 @@ void CoreBindingsPlugin::registerTypes(const char *uri)
|
||||
qmlRegisterType<Plasma::WindowThumbnail>(uri, 2, 0, "WindowThumbnail");
|
||||
}
|
||||
|
||||
#include "corebindingsplugin.moc"
|
||||
|
||||
|
@ -506,4 +506,3 @@ int DataModel::roleNameToId(const QString &name)
|
||||
|
||||
}
|
||||
|
||||
#include "datamodel.moc"
|
||||
|
@ -227,4 +227,3 @@ void DataSource::disconnectSource(const QString &source)
|
||||
}
|
||||
|
||||
}
|
||||
#include "datasource.moc"
|
||||
|
@ -481,4 +481,3 @@ void FrameSvgItem::updateDevicePixelRatio()
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
#include "framesvgitem.moc"
|
||||
|
@ -378,4 +378,3 @@ void IconItem::componentComplete()
|
||||
loadPixmap();
|
||||
}
|
||||
|
||||
#include "iconitem.moc"
|
||||
|
@ -98,4 +98,3 @@ void ServiceOperationStatus::updateStatus()
|
||||
}
|
||||
}
|
||||
|
||||
#include "serviceoperationstatus.moc"
|
||||
|
@ -204,4 +204,3 @@ void SvgItem::updateDevicePixelRatio()
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
#include "svgitem.moc"
|
||||
|
@ -138,5 +138,4 @@ void FullScreenSheet::open()
|
||||
}
|
||||
}
|
||||
|
||||
#include "fullscreensheet.moc"
|
||||
|
||||
|
@ -381,5 +381,4 @@ bool FullScreenWindow::eventFilter(QObject *watched, QEvent *event)
|
||||
return false;
|
||||
}
|
||||
|
||||
#include "fullscreenwindow.moc"
|
||||
|
||||
|
@ -203,5 +203,4 @@ void QMenuProxy::close()
|
||||
m_menu->hide();
|
||||
}
|
||||
|
||||
#include "qmenu.moc"
|
||||
|
||||
|
@ -118,5 +118,4 @@ void QMenuItem::updateAction()
|
||||
}
|
||||
|
||||
|
||||
#include "qmenuitem.moc"
|
||||
|
||||
|
@ -552,4 +552,3 @@ void QRangeModel::toMaximum()
|
||||
|
||||
} // Plasma namespace
|
||||
|
||||
#include "qrangemodel.moc"
|
||||
|
@ -87,4 +87,3 @@ QString FallbackComponent::filePath(const QString &key)
|
||||
return resolved;
|
||||
}
|
||||
|
||||
#include "fallbackcomponent.moc"
|
||||
|
@ -42,5 +42,4 @@ void PlasmaExtraComponentsPlugin::registerTypes(const char *uri)
|
||||
qmlRegisterType<FallbackComponent>(uri, 2, 0, "FallbackComponent");
|
||||
}
|
||||
|
||||
#include "plasmaextracomponentsplugin.moc"
|
||||
|
||||
|
@ -135,5 +135,4 @@ void ResourceInstance::notifyFocusedOut()
|
||||
m_resourceInstance->notifyFocusedOut();
|
||||
}
|
||||
|
||||
#include "resourceinstance.moc"
|
||||
|
||||
|
@ -79,4 +79,3 @@ void PlasmaKPartCorona::printScriptMessage(const QString &error)
|
||||
// qDebug() << "Startup script: " << error;
|
||||
}
|
||||
|
||||
#include "plasmakpartcorona.moc"
|
||||
|
@ -85,4 +85,3 @@ void PlasmaKPartView::updateGeometry()
|
||||
}
|
||||
}
|
||||
|
||||
#include "plasmakpartview.moc"
|
||||
|
@ -38,5 +38,4 @@ LayoutTemplatePackageStructure::~LayoutTemplatePackageStructure()
|
||||
|
||||
}
|
||||
|
||||
#include "layouttemplatepackagestructure.moc"
|
||||
|
||||
|
@ -373,5 +373,4 @@ QScriptValue ScriptEngine::theme(QScriptContext *context, QScriptEngine *engine)
|
||||
|
||||
}
|
||||
|
||||
#include "scriptengine.moc"
|
||||
|
||||
|
@ -271,5 +271,4 @@ void Widget::showConfigurationInterface()
|
||||
|
||||
}
|
||||
|
||||
#include "widget.moc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user