1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-23 13:33:50 +03:00

remove slot from deprecated signal

This commit is contained in:
Michail Vourlakos 2020-07-29 10:58:48 +03:00
parent d7b56b9316
commit abc0cbc389

View File

@ -401,7 +401,6 @@ Item{
Connections{
target: themeExtended ? themeExtended : null
onRoundnessChanged: latteView.effects.forceMaskRedraw();
onThemeChanged: latteView.effects.forceMaskRedraw();
}