forked from qt-creator/qt-creator
QtSuppport: Remove unused static function
Change-Id: Ifa884a440581c77f6d99ad6ee0669b8e5eb4aeda Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user