mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
committed by
sledgehammer999
parent
ebc704ef14
commit
1cea6a25af
@@ -36,7 +36,7 @@
|
||||
|
||||
class QWidget;
|
||||
|
||||
class DownloadedPiecesBar : public PiecesBar
|
||||
class DownloadedPiecesBar final : public PiecesBar
|
||||
{
|
||||
using base = PiecesBar;
|
||||
Q_OBJECT
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
class PeerListSortModel : public QSortFilterProxyModel
|
||||
class PeerListSortModel final : public QSortFilterProxyModel
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(PeerListSortModel)
|
||||
|
||||
@@ -53,7 +53,7 @@ namespace Net
|
||||
class ReverseResolution;
|
||||
}
|
||||
|
||||
class PeerListWidget : public QTreeView
|
||||
class PeerListWidget final : public QTreeView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
#include "piecesbar.h"
|
||||
|
||||
class PieceAvailabilityBar : public PiecesBar
|
||||
class PieceAvailabilityBar final : public PiecesBar
|
||||
{
|
||||
using base = PiecesBar;
|
||||
Q_OBJECT
|
||||
|
||||
@@ -49,7 +49,7 @@ enum PropColumn
|
||||
AVAILABILITY
|
||||
};
|
||||
|
||||
class PropListDelegate : public QItemDelegate
|
||||
class PropListDelegate final : public QItemDelegate
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
class QPen;
|
||||
|
||||
class SpeedPlotView : public QGraphicsView
|
||||
class SpeedPlotView final : public QGraphicsView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ class QVBoxLayout;
|
||||
class PropertiesWidget;
|
||||
class SpeedPlotView;
|
||||
|
||||
class ComboBoxMenuButton : public QComboBox
|
||||
class ComboBoxMenuButton final : public QComboBox
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user