Added startInCurrentSessionDir property
Needs ReviewPublic

Authored by svenihoney on Aug 7 2017, 3:40 PM.

Details

Reviewers
hindenburg
Summary

For users of this kpart, a read-only property has been introduced to
enable clients to determine the status of the setting in the profile.

Test Plan

Instantiate a konsole part with

KService::Ptr service = KService::serviceByDesktopName(QStringLiteral("konsolepart"));
if( service )
{
    factory = KPluginLoader(service->library()).factory();
}

m_part = factory ? (factory->create<KParts::Part>(parent)) : 0;

and query the property with m_part->property("startInCurrentSessionDir");. It should return the preferences property as set in konsole.

Diff Detail

Repository
R319 Konsole
Branch
feature/yakuake-support (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
svenihoney created this revision.Aug 7 2017, 3:40 PM
Restricted Application added a project: Konsole. · View Herald TranscriptAug 7 2017, 3:40 PM
Restricted Application added a subscriber: Konsole. · View Herald Transcript