We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5af1b commit d6c5c76Copy full SHA for d6c5c76
src/recordpage.cpp
@@ -82,6 +82,8 @@ KConfigGroup config()
82
83
KConfigGroup applicationConfig(const QString& application)
84
{
85
+ if (application.isEmpty())
86
+ return {};
87
return config().group(QLatin1String("Application ") + KShell::tildeExpand(application));
88
}
89
0 commit comments