mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 05:27:15 +03:00
- Fixed stylesheet warning in console on startup
This commit is contained in:
parent
90879386d5
commit
7b57345c4f
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ int main(int argc, char *argv[]){
|
|||
#endif
|
||||
QApplication app(argc, argv);
|
||||
useStyle(&app, settings.value("Preferences/General/Style", 0).toInt());
|
||||
app.setStyleSheet("QStatusBar::item { border: 0px solid black }; ");
|
||||
app.setStyleSheet("QStatusBar::item { border-width: 0; }");
|
||||
QSplashScreen *splash = new QSplashScreen(QPixmap(QString::fromUtf8(":/Icons/splash.png")));
|
||||
splash->show();
|
||||
// Open options file to read locale
|
||||
|
|
Loading…
Reference in a new issue