1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 23:14:31 +00:00

- Fix compilation warning in nox mode (introduced in v2.2.0alpha)

This commit is contained in:
Christophe Dumez 2010-01-18 21:28:54 +00:00
parent 043d33ff91
commit 340500c351

View File

@ -109,6 +109,7 @@ public:
settings.setValue(QString::fromUtf8("LegalNotice/Accepted"), true);
return true;
}
return false;
#else
QMessageBox msgBox;
msgBox.setText(tr("qBittorrent is a file sharing program. When you run a torrent, its data will be made available to others by means of upload. Any content you share is your sole responsibility.\n\nNo further notices will be issued."));