forked from qt-creator/qt-creator
QmlDesigner: Fix warnings about unused variables and functions
Change-Id: Ib907db11dcdcef9cbbb91c8fd7af22ae420796b1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -35,6 +35,9 @@ IconGizmoImageProvider::IconGizmoImageProvider()
|
||||
|
||||
QImage IconGizmoImageProvider::requestImage(const QString &id, QSize *size, const QSize &requestedSize)
|
||||
{
|
||||
Q_UNUSED(size)
|
||||
Q_UNUSED(requestedSize)
|
||||
|
||||
// id format: <file name>:<color name>
|
||||
QStringList parts = id.split(':');
|
||||
if (parts.size() == 2) {
|
||||
|
||||
Reference in New Issue
Block a user