Check to verify we have write permissions when saving profiles
ClosedPublic

Authored by hindenburg on Apr 20 2017, 2:04 AM.

Details

Summary

Use custom dialog instead of KConfig's generic vague one.

BUG: 378784

Diff Detail

Repository
R319 Konsole
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
hindenburg created this revision.Apr 20 2017, 2:04 AM
Restricted Application added a project: Konsole. · View Herald TranscriptApr 20 2017, 2:04 AM
cfeck added a subscriber: cfeck.Apr 21 2017, 7:07 PM
cfeck added inline comments.
src/ProfileManager.cpp
333

Use positional arguments instead of string concatenation.

See e.g. https://commits.kde.org/knewstuff/6bbad707c5294ccb9c08c43c57c481728f48ca9f

  • Use positional arguments instead of string concatenation.
This revision was automatically updated to reflect the committed changes.