mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-09 11:51:03 +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);
|
||||
}
|
||||
|
||||
void MainWindow::on_actionAutoHibernate_system_toggled(bool enabled)
|
||||
{
|
||||
void MainWindow::on_actionAutoHibernate_system_toggled(bool enabled) {
|
||||
qDebug() << Q_FUNC_INFO << enabled;
|
||||
Preferences().setHibernateWhenDownloadsComplete(enabled);
|
||||
}
|
||||
|
@ -171,8 +171,7 @@ private:
|
||||
bool seed;
|
||||
};
|
||||
|
||||
struct TorrentMoveState
|
||||
{
|
||||
struct TorrentMoveState {
|
||||
TorrentMoveState(QString oldPath, QString newPath)
|
||||
: oldPath(oldPath)
|
||||
, newPath(newPath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user