mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Indentation fixes.
This commit is contained in:
parent
d6d20074be
commit
7419e930ab
2 changed files with 2 additions and 4 deletions
|
@ -1417,8 +1417,7 @@ void MainWindow::on_actionAutoSuspend_system_toggled(bool enabled)
|
|||
Preferences().setSuspendWhenDownloadsComplete(enabled);
|
||||
}
|
||||
|
||||
void MainWindow::on_actionAutoHibernate_system_toggled(bool enabled)
|
||||
{
|
||||
void MainWindow::on_actionAutoHibernate_system_toggled(bool enabled) {
|
||||
qDebug() << Q_FUNC_INFO << enabled;
|
||||
Preferences().setHibernateWhenDownloadsComplete(enabled);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue