File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -84,21 +84,6 @@ TombRaiderLinuxLauncher::TombRaiderLinuxLauncher(QWidget *parent)
8484 QColor textColor = systemPalette.color (QPalette::ButtonText);
8585 QColor borderColor = systemPalette.color (QPalette::Mid);
8686
87- // Convert colors to strings
88- // QString normalColorStr = normalColor.name();
89- QString hoverColorStr = hoverColor.name ();
90- // QString textColorStr = textColor.name();
91- // QString borderColorStr = borderColor.name();
92-
93- // Setup button style
94- ui->filterButton ->setStyleSheet (
95- QString (
96- " QPushButton:hover {"
97- " background-color: %1;"
98- " }" )
99- .arg (hoverColorStr));
100-
101-
10287 QIcon arrowDownIcon (" :/icons/down-arrow.svg" );
10388 QIcon arrowUpIcon (" :/icons/up-arrow.svg" );
10489
You can’t perform that action at this time.
0 commit comments