Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/konsole
/ SessionTask
Method
SessionTask
src/session/SessionTask.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
namespace Konsole
11
{
12
SessionTask::SessionTask(QObject *parent)
13
: QObject(parent)
14
{
15
}
16
17
void SessionTask::setAutoDelete(bool enable)
18
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected