Even more file header comment updates to standardized new format
This commit is contained in:
parent
a7c400bc65
commit
4f951c13c6
14 changed files with 157 additions and 49 deletions
|
|
@ -1,5 +1,13 @@
|
|||
#include "DetectorTableModel.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| DetectorTableModel.cpp |
|
||||
| |
|
||||
| Table model for detector list |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "DetectorTableModel.h"
|
||||
#include "SettingsManager.h"
|
||||
|
||||
DetectorTableModel::DetectorTableModel(QObject* parent) : QAbstractTableModel(parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue