MCPcopy Create free account
hub / github.com/KDE/konsole / CheckableSessionModel

Method CheckableSessionModel

src/CheckableSessionModel.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9using namespace Konsole;
10
11CheckableSessionModel::CheckableSessionModel(QObject *parent)
12 : SessionListModel(parent)
13 , _checkedSessions(QSet<Session *>())
14 , _fixedSessions(QSet<Session *>())
15 , _checkColumn(0)
16{
17}
18
19void CheckableSessionModel::setCheckColumn(int column)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected