Use override
This commit is contained in:
@@ -189,7 +189,7 @@ DeviceView::DeviceView(QWidget *parent)
|
||||
setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
}
|
||||
|
||||
DeviceView::~DeviceView() {}
|
||||
DeviceView::~DeviceView() = default;
|
||||
|
||||
void DeviceView::SetApplication(Application *app) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user