Group Qt forward declarations separately from the others

This commit is contained in:
thalieht
2019-06-04 11:11:42 +03:00
parent 9995967fbf
commit 70f8882f87
20 changed files with 28 additions and 9 deletions

View File

@@ -35,18 +35,18 @@
#include <QShortcut>
#include <QTreeView>
namespace Net
{
class ReverseResolution;
}
class QSortFilterProxyModel;
class QStandardItem;
class QStandardItemModel;
class PeerListDelegate;
class PeerListSortModel;
class PropertiesWidget;
class QSortFilterProxyModel;
class QStandardItem;
class QStandardItemModel;
namespace Net
{
class ReverseResolution;
}
namespace BitTorrent
{