1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-09 11:51:03 +00:00

Indentation fixes.

This commit is contained in:
sledgehammer999 2014-07-06 23:18:37 +03:00
parent d6d20074be
commit 7419e930ab
2 changed files with 2 additions and 4 deletions

View File

@ -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);
}

View File

@ -171,8 +171,7 @@ private:
bool seed;
};
struct TorrentMoveState
{
struct TorrentMoveState {
TorrentMoveState(QString oldPath, QString newPath)
: oldPath(oldPath)
, newPath(newPath)