Fix coding style

This commit is contained in:
thalieht
2018-05-31 12:19:07 +03:00
committed by sledgehammer999
parent faf84e483a
commit 6ce4c885b9
28 changed files with 195 additions and 223 deletions

View File

@@ -1,6 +1,6 @@
/*
* Bittorrent Client using Qt and libtorrent.
* Copyright (C) 2013 sledgehammer999 <hammered999@gmail.com>
* Copyright (C) 2013 sledgehammer999 <sledgehammer999@qbittorrent.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -33,7 +33,7 @@
#include <QStringList>
#include "base/utils/string.h"
class SearchSortModel: public QSortFilterProxyModel
class SearchSortModel : public QSortFilterProxyModel
{
using base = QSortFilterProxyModel;
@@ -53,7 +53,7 @@ public:
explicit SearchSortModel(QObject *parent = nullptr);
void enableNameFilter(bool enabled);
void setNameFilter(const QString& searchTerm = QString());
void setNameFilter(const QString &searchTerm = QString());
//! \brief Sets parameters for filtering by size
//! \param minSize minimal size in bytes