mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 03:14:44 +00:00
- Use QPlastiqueStyle as a default
This commit is contained in:
parent
fe95e90e05
commit
b58046b1fc
@ -85,6 +85,8 @@ void useStyle(QApplication *app, int style){
|
||||
app->setStyle(new QWindowsXPStyle());
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
app->setStyle(new QPlastiqueStyle());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user