summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qandroidstyle_p.h
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2014-11-14 17:49:32 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2014-11-14 19:03:06 +0100
commitacd06b6ef6c65d1e6a53f551895194512901f595 (patch)
treee83208cefe37dbd091dcdd13e1724df8ce48ba12 /src/widgets/styles/qandroidstyle_p.h
parent4decaa566c1c7bcb29ed83cc8fed853c351f30dc (diff)
Set Android palette and fonts in QPA plugin.
Task-number: QTBUG-40621 Change-Id: Ibe069d4f93ac317e4f1b9ef5fc6bc3edcfac8685 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/widgets/styles/qandroidstyle_p.h')
-rw-r--r--src/widgets/styles/qandroidstyle_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/styles/qandroidstyle_p.h b/src/widgets/styles/qandroidstyle_p.h
index 65fa4cd096..504d43fe96 100644
--- a/src/widgets/styles/qandroidstyle_p.h
+++ b/src/widgets/styles/qandroidstyle_p.h
@@ -376,9 +376,6 @@ private:
static ItemType qtControl(QStyle::SubElement subElement);
static ItemType qtControl(const QString &android);
- static void setPaletteColor(const QVariantMap &object,
- QPalette &palette,
- QPalette::ColorRole role);
private:
typedef QHash<int, AndroidControl *> AndroidControlsHash;
AndroidControlsHash m_androidControlsHash;