MCPcopy Create free account
hub / github.com/KDE/kdevelop / SessionListModel

Method SessionListModel

app/plasma/applet/plugin/sessionlistmodel.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <kdevelopsessionswatch.h>
11
12SessionListModel::SessionListModel(QObject *parent)
13 : QAbstractListModel(parent)
14{
15 KDevelopSessionsWatch::registerObserver(this);
16}
17
18SessionListModel::~SessionListModel()
19{

Callers

nothing calls this directly

Calls 1

registerObserverFunction · 0.85

Tested by

no test coverage detected