mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Models guard names and style
This commit is contained in:
committed by
Mat Sutcliffe
parent
f78d13047e
commit
74be37339e
@@ -9,8 +9,8 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_ACTIONHOTKEYLISTMODEL_H
|
||||
#define BLACKGUI_ACTIONHOTKEYLISTMODEL_H
|
||||
#ifndef BLACKGUI_MODELS_ACTIONHOTKEYLISTMODEL_H
|
||||
#define BLACKGUI_MODELS_ACTIONHOTKEYLISTMODEL_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/input/actionhotkeylist.h"
|
||||
@@ -43,7 +43,7 @@ namespace BlackGui
|
||||
CActionHotkeyListModel(QObject *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CActionHotkeyListModel() {}
|
||||
virtual ~CActionHotkeyListModel() override {}
|
||||
|
||||
//! \copydoc QAbstractTableModel::rowCount
|
||||
int rowCount(const QModelIndex &parent = QModelIndex()) const override;
|
||||
|
||||
Reference in New Issue
Block a user