diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index 9a1cd43cc..c2dc9c090 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -67,7 +67,7 @@ NSAppleScriptEnabled YES NSHumanReadableCopyright - Copyright © 2006-2021 The qBittorrent project + Copyright © 2006-2022 The qBittorrent project UTExportedTypeDeclarations diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index 9242f5f1f..ebc1abc2b 100644 --- a/dist/windows/options.nsi +++ b/dist/windows/options.nsi @@ -51,7 +51,7 @@ XPStyle on ;Installer Version Information VIAddVersionKey "ProductName" "qBittorrent" VIAddVersionKey "CompanyName" "The qBittorrent project" -VIAddVersionKey "LegalCopyright" "Copyright ©2006-2021 The qBittorrent project" +VIAddVersionKey "LegalCopyright" "Copyright ©2006-2022 The qBittorrent project" VIAddVersionKey "FileDescription" "qBittorrent - A Bittorrent Client" VIAddVersionKey "FileVersion" "${PROG_VERSION}" diff --git a/src/base/bittorrent/torrentcontentlayout.cpp b/src/base/bittorrent/torrentcontentlayout.cpp index 59718fddd..bb4c4a42b 100644 --- a/src/base/bittorrent/torrentcontentlayout.cpp +++ b/src/base/bittorrent/torrentcontentlayout.cpp @@ -49,7 +49,7 @@ BitTorrent::TorrentContentLayout BitTorrent::detectContentLayout(const QStringLi : TorrentContentLayout::Subfolder); } -void BitTorrent::applyContentLayout(QStringList &filePaths, const TorrentContentLayout contentLayout, const QString &rootFolder) +void BitTorrent::applyContentLayout(QStringList &filePaths, const BitTorrent::TorrentContentLayout contentLayout, const QString &rootFolder) { Q_ASSERT(!filePaths.isEmpty()); diff --git a/src/gui/aboutdialog.cpp b/src/gui/aboutdialog.cpp index 0ba83b39a..1631706d8 100644 --- a/src/gui/aboutdialog.cpp +++ b/src/gui/aboutdialog.cpp @@ -64,7 +64,7 @@ AboutDialog::AboutDialog(QWidget *parent) "" "

") .arg(tr("An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.") - , tr("Copyright %1 2006-2021 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT)) + , tr("Copyright %1 2006-2022 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT)) , tr("Home Page:") , tr("Forum:") , tr("Bug Tracker:")); diff --git a/src/qbittorrent.rc b/src/qbittorrent.rc index c81e5e26a..0062eab96 100644 --- a/src/qbittorrent.rc +++ b/src/qbittorrent.rc @@ -35,7 +35,7 @@ BEGIN VALUE "FileDescription", "qBittorrent - A Bittorrent Client" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "qbittorrent" - VALUE "LegalCopyright", "Copyright ©2006-2021 The qBittorrent Project" + VALUE "LegalCopyright", "Copyright ©2006-2022 The qBittorrent Project" VALUE "OriginalFilename", "qbittorrent.exe" VALUE "ProductName", "qBittorrent" VALUE "ProductVersion", VER_PRODUCTVERSION_STR diff --git a/src/webui/www/private/views/about.html b/src/webui/www/private/views/about.html index 2e98ffa76..8494ae063 100644 --- a/src/webui/www/private/views/about.html +++ b/src/webui/www/private/views/about.html @@ -5,7 +5,7 @@

QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR[CONTEXT=AboutDialog]

-

Copyright © 2006-2021 The qBittorrent project

+

Copyright © 2006-2022 The qBittorrent project

QBT_TR(Home Page:)QBT_TR[CONTEXT=AboutDialog]