mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
dialer: Remove unused #includes
This commit is contained in:
parent
fd6c1e6826
commit
6df99a7b29
2 changed files with 1 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ void TaskPanel::initWayland()
|
|||
if (!connection) {
|
||||
return;
|
||||
}
|
||||
Registry *registry = new Registry(this);
|
||||
auto *registry = new Registry(this);
|
||||
registry->create(connection);
|
||||
connect(registry, &Registry::plasmaWindowManagementAnnounced, this,
|
||||
[this, registry] (quint32 name, quint32 version) {
|
||||
|
|
|
|||
|
|
@ -47,8 +47,6 @@
|
|||
#include <KAboutData>
|
||||
#include <KDBusService>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void myMessageOutput(QtMsgType type, const QMessageLogContext &context, const QString &msg)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue