mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
committed by
GitHub
parent
f3f4610ba4
commit
34d30ed031
@@ -743,9 +743,8 @@ void MainWindow::on_actionDocumentation_triggered() const
|
||||
QDesktopServices::openUrl(QUrl(u"https://doc.qbittorrent.org"_s));
|
||||
}
|
||||
|
||||
void MainWindow::tabChanged(int newTab)
|
||||
void MainWindow::tabChanged([[maybe_unused]] const int newTab)
|
||||
{
|
||||
Q_UNUSED(newTab);
|
||||
// We cannot rely on the index newTab
|
||||
// because the tab order is undetermined now
|
||||
if (m_tabs->currentWidget() == m_splitter)
|
||||
|
||||
Reference in New Issue
Block a user