MCPcopy Create free account
hub / github.com/KDE/yakuake / SessionStack

Method SessionStack

app/sessionstack.cpp:23–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21static bool show_disallow_certain_dbus_methods_message = true;
22
23SessionStack::SessionStack(QWidget *parent)
24 : QStackedWidget(parent)
25{
26 QDBusConnection::sessionBus().registerObject(QStringLiteral("/yakuake/sessions"), this, QDBusConnection::ExportScriptableSlots);
27
28 m_activeSessionId = -1;
29
30 m_visualEventOverlay = new VisualEventOverlay(this);
31 connect(this, SIGNAL(removeTerminalHighlight()), m_visualEventOverlay, SLOT(removeTerminalHighlight()));
32}
33
34SessionStack::~SessionStack() = default;
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected