Fix typo pallete -> palette.

Change-Id: I17b71bfed22c3692b027556ef2e5d6ece4f3f77e
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
bb10
Stephen Kelly 2012-07-24 09:26:40 +02:00 committed by Qt by Nokia
parent c76a641a27
commit 86992d6adb
1 changed files with 2 additions and 2 deletions

View File

@ -3638,12 +3638,12 @@ void tst_QVariant::guiVariantAtExit()
static QVariant point = QPoint();
static QVariant icon = QIcon();
static QVariant image = QImage();
static QVariant pallete = QPalette();
static QVariant palette = QPalette();
Q_UNUSED(cursor);
Q_UNUSED(point);
Q_UNUSED(icon);
Q_UNUSED(image);
Q_UNUSED(pallete);
Q_UNUSED(palette);
QVERIFY(true);
}