Drop unused Application::platformCreated() signal
This commit is contained in:
parent
4bfb0acc17
commit
fb3787a4d7
2 changed files with 0 additions and 2 deletions
|
@ -557,7 +557,6 @@ void Application::initPlatform(const KPluginMetaData &plugin)
|
||||||
m_platform = qobject_cast<Platform *>(loader.instance());
|
m_platform = qobject_cast<Platform *>(loader.instance());
|
||||||
if (m_platform) {
|
if (m_platform) {
|
||||||
m_platform->setParent(this);
|
m_platform->setParent(this);
|
||||||
Q_EMIT platformCreated();
|
|
||||||
} else {
|
} else {
|
||||||
qCWarning(KWIN_CORE) << "Could not create plugin" << plugin.name() << "error:" << loader.errorString();
|
qCWarning(KWIN_CORE) << "Could not create plugin" << plugin.name() << "error:" << loader.errorString();
|
||||||
}
|
}
|
||||||
|
|
|
@ -251,7 +251,6 @@ Q_SIGNALS:
|
||||||
void x11ConnectionAboutToBeDestroyed();
|
void x11ConnectionAboutToBeDestroyed();
|
||||||
void xwaylandScaleChanged();
|
void xwaylandScaleChanged();
|
||||||
void workspaceCreated();
|
void workspaceCreated();
|
||||||
void platformCreated();
|
|
||||||
void virtualTerminalCreated();
|
void virtualTerminalCreated();
|
||||||
void started();
|
void started();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue