mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Use QPlastiqueStyle as a default
This commit is contained in:
@@ -85,6 +85,8 @@ void useStyle(QApplication *app, int style){
|
|||||||
app->setStyle(new QWindowsXPStyle());
|
app->setStyle(new QWindowsXPStyle());
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
default:
|
||||||
|
app->setStyle(new QPlastiqueStyle());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user