From f0f6b91bd5c15dcc7dc3bf22b12b6409a36c2511 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 5 Nov 2009 18:53:56 +0000 Subject: [PATCH] always return, just in case svn path=/trunk/KDE/kdelibs/; revision=1045310 --- theme.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.cpp b/theme.cpp index 7ae634a51..f4f65c82c 100644 --- a/theme.cpp +++ b/theme.cpp @@ -632,6 +632,8 @@ QFont Theme::font(FontRole role) const return d->generalFont; break; } + + return d->generalFont; } QFontMetrics Theme::fontMetrics() const