summaryrefslogtreecommitdiffstats
path: root/khelpcenter/application.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-24 23:13:44 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-24 23:13:44 -0500
commit485ab965cd717c5b94bf2d941e4efa6293b57642 (patch)
tree2b9124a3ec47faa9956842e603e711bbdd28269e /khelpcenter/application.cpp
parent07d87c947a409c095cec678e7c36b022a58e2567 (diff)
downloadtdebase-485ab965cd717c5b94bf2d941e4efa6293b57642.tar.gz
tdebase-485ab965cd717c5b94bf2d941e4efa6293b57642.zip
Fix khelpcenter service group entry appearing when no child service items have documentation
This relates to Bug 1968 Fix khelpcenter services showing tree expansion hints
Diffstat (limited to 'khelpcenter/application.cpp')
-rw-r--r--khelpcenter/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/application.cpp b/khelpcenter/application.cpp
index 7adafeb04..631818dfa 100644
--- a/khelpcenter/application.cpp
+++ b/khelpcenter/application.cpp
@@ -34,7 +34,7 @@ Application::Application() : KUniqueApplication(), mMainWindow( 0 )
int Application::newInstance()
{
if (restoringSession()) return 0;
-
+
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
KURL url;