mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Use QPlastiqueStyle as a default
This commit is contained in:
parent
fe95e90e05
commit
b58046b1fc
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ void useStyle(QApplication *app, int style){
|
|||
app->setStyle(new QWindowsXPStyle());
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
app->setStyle(new QPlastiqueStyle());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue