mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Ref T529, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
f363d4f41b
commit
aa47d7bb03
@@ -18,10 +18,7 @@
|
||||
|
||||
#include <QString>
|
||||
|
||||
class QObject;
|
||||
|
||||
namespace BlackMisc { namespace Simulation { class CDistributor; } }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Models
|
||||
@@ -47,7 +44,7 @@ namespace BlackGui
|
||||
explicit CDistributorListModel(QObject *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CDistributorListModel() {}
|
||||
virtual ~CDistributorListModel() override {}
|
||||
|
||||
//! Set mode
|
||||
void setDistributorMode(DistributorMode distributorMode);
|
||||
|
||||
Reference in New Issue
Block a user