forked from qt-creator/qt-creator
QmlDesigner: Remove unused variable
Change-Id: Iff3172d20afe6c397a9d0112f8e5812c51e4d5e6 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
committed by
Alessandro Portale
parent
c37c297690
commit
d05437007f
@@ -60,7 +60,6 @@ void Theming::insertTheme(QQmlPropertyMap *map)
|
|||||||
/* hack for light themes */
|
/* hack for light themes */
|
||||||
/* The selected tab is always supposed to be lighter */
|
/* The selected tab is always supposed to be lighter */
|
||||||
if (tabDark.value() > tabLight.value()) {
|
if (tabDark.value() > tabLight.value()) {
|
||||||
QColor swap = tabLight.lighter(180);
|
|
||||||
tabLight = tabDark.darker(110);
|
tabLight = tabDark.darker(110);
|
||||||
tabDark = tabDark.darker(260);
|
tabDark = tabDark.darker(260);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user