mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Fix msvc warnings
This commit is contained in:
parent
70f2bfdd9a
commit
61246f81c7
2 changed files with 2 additions and 3 deletions
|
@ -159,6 +159,7 @@ void sigabrtHandler(int) {
|
|||
|
||||
#ifndef DISABLE_GUI
|
||||
void useStyle(QApplication *app, QString style){
|
||||
Q_UNUSED(app);
|
||||
if(!style.isEmpty()) {
|
||||
QApplication::setStyle(QStyleFactory::create(style));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue