Skip to content

Commit d6c5c76

Browse files
committed
test
1 parent 7c5af1b commit d6c5c76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/recordpage.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ KConfigGroup config()
8282

8383
KConfigGroup applicationConfig(const QString& application)
8484
{
85+
if (application.isEmpty())
86+
return {};
8587
return config().group(QLatin1String("Application ") + KShell::tildeExpand(application));
8688
}
8789

0 commit comments

Comments
 (0)