summaryrefslogtreecommitdiffstats
path: root/systemsettings/tdecmodulemenu.cpp
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2015-05-26 01:57:54 +0200
committerSlávek Banko <[email protected]>2015-05-26 01:58:26 +0200
commit50364b4e982730cf0ac6992a6a4708f804a4f488 (patch)
treefb5d7679a1da24984eb34497305feb2462e19ecf /systemsettings/tdecmodulemenu.cpp
parent917ab94cb3c5b2a27ae52c79f72177343adcf5f0 (diff)
downloadtde-systemsettings-50364b4e982730cf0ac6992a6a4708f804a4f488.tar.gz
tde-systemsettings-50364b4e982730cf0ac6992a6a4708f804a4f488.zip
Fix missing return
This resolves Bug 2438 Signed-off-by: François Andriot <[email protected]> (cherry picked from commit b97628ae1a31d55f37279c3dfc3d72d09e5229f0)
Diffstat (limited to 'systemsettings/tdecmodulemenu.cpp')
-rw-r--r--systemsettings/tdecmodulemenu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemsettings/tdecmodulemenu.cpp b/systemsettings/tdecmodulemenu.cpp
index 56c1220..d8f84ce 100644
--- a/systemsettings/tdecmodulemenu.cpp
+++ b/systemsettings/tdecmodulemenu.cpp
@@ -185,4 +185,5 @@ TQString TDECModuleMenu::deriveCaptionFromPath( const TQString &menuPath )
return result;
}
}
+ return result;
}