aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickstyleselector_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-28 15:46:51 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-29 15:24:37 +0000
commit8d622ea022298b5296962475aec486a38e8c0d03 (patch)
tree03d999386b0b452593ecbfbf58e7141c6d64035c /src/controls/qquickstyleselector_p.h
parenteb61b50ffc8e3f6640de14b4b256f2ed858100a1 (diff)
QQuickStyleSelector: merge select() overloads
Only one is used. Cleanup the API a bit by merging the two. Change-Id: I90d72e754442aef45e9d1bc3f86004cad511a726 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'src/controls/qquickstyleselector_p.h')
-rw-r--r--src/controls/qquickstyleselector_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controls/qquickstyleselector_p.h b/src/controls/qquickstyleselector_p.h
index 64319098..17204c32 100644
--- a/src/controls/qquickstyleselector_p.h
+++ b/src/controls/qquickstyleselector_p.h
@@ -70,8 +70,6 @@ public:
QUrl baseUrl() const;
private:
- QUrl select(const QUrl &filePath) const;
-
Q_DECLARE_PRIVATE(QQuickStyleSelector)
QScopedPointer<QQuickStyleSelectorPrivate> d_ptr;
};