QtSuppport: Remove unused static function

Change-Id: Ifa884a440581c77f6d99ad6ee0669b8e5eb4aeda
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2018-02-07 12:00:18 +01:00
parent 577bf7c08a
commit 940824ddee

View File

@@ -241,12 +241,6 @@ static QFont sizedFont(int size, const QWidget *widget, bool underline = false)
return f; return f;
} }
static QString resourcePath()
{
// normalize paths so QML doesn't freak out if it's wrongly capitalized on Windows
return FileUtils::normalizePathName(ICore::resourcePath());
}
class SearchBox : public WelcomePageFrame class SearchBox : public WelcomePageFrame
{ {
public: public: