mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Fix compilation warning in nox mode (introduced in v2.2.0alpha)
This commit is contained in:
@@ -109,6 +109,7 @@ public:
|
|||||||
settings.setValue(QString::fromUtf8("LegalNotice/Accepted"), true);
|
settings.setValue(QString::fromUtf8("LegalNotice/Accepted"), true);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
#else
|
#else
|
||||||
QMessageBox msgBox;
|
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."));
|
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."));
|
||||||
|
|||||||
Reference in New Issue
Block a user