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

@@ -34,9 +34,9 @@
#define ENGINE_URL_COLUMN 4
#define URL_COLUMN 5
class QHeaderView;
class QLabel;
class QModelIndex;
class QHeaderView;
class QStandardItem;
class QStandardItemModel;
class QVBoxLayout;
@@ -44,8 +44,8 @@ class QVBoxLayout;
template <typename T> class CachedSettingValue;
class SearchHandler;
class SearchSortModel;
class SearchListDelegate;
class SearchSortModel;
struct SearchResult;
namespace Ui
@@ -110,7 +110,7 @@ private:
void setRowColor(int row, const QColor &color);
static QString statusText(Status st);
static CachedSettingValue<NameFilteringMode>& nameFilteringModeSetting();
static CachedSettingValue<NameFilteringMode> &nameFilteringModeSetting();
Ui::SearchTab *m_ui;
SearchHandler *m_searchHandler;