Browse Source

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

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
340500c351
  1. 1
      src/main.cpp

1
src/main.cpp

@ -109,6 +109,7 @@ public: @@ -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."));

Loading…
Cancel
Save