mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-09 20:01:08 +00:00
Indentation fixes.
This commit is contained in:
parent
d6d20074be
commit
7419e930ab
@ -1417,8 +1417,7 @@ void MainWindow::on_actionAutoSuspend_system_toggled(bool enabled)
|
|||||||
Preferences().setSuspendWhenDownloadsComplete(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;
|
qDebug() << Q_FUNC_INFO << enabled;
|
||||||
Preferences().setHibernateWhenDownloadsComplete(enabled);
|
Preferences().setHibernateWhenDownloadsComplete(enabled);
|
||||||
}
|
}
|
||||||
|
@ -171,8 +171,7 @@ private:
|
|||||||
bool seed;
|
bool seed;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct TorrentMoveState
|
struct TorrentMoveState {
|
||||||
{
|
|
||||||
TorrentMoveState(QString oldPath, QString newPath)
|
TorrentMoveState(QString oldPath, QString newPath)
|
||||||
: oldPath(oldPath)
|
: oldPath(oldPath)
|
||||||
, newPath(newPath)
|
, newPath(newPath)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user