1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

- No longer force plastiqueStyle as a default (closes #312333)

This commit is contained in:
Christophe Dumez 2008-12-30 02:17:46 +00:00
parent a0b4e54410
commit ec24fe2f49

View File

@ -85,8 +85,8 @@ void useStyle(QApplication *app, int style){
app->setStyle(new QWindowsXPStyle()); app->setStyle(new QWindowsXPStyle());
break; break;
#endif #endif
default: /*default:
app->setStyle(new QPlastiqueStyle()); app->setStyle(new QPlastiqueStyle());*/
} }
} }