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,14 @@
|
|||
#include "TabLabel.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| TabLabel.cpp |
|
||||
| |
|
||||
| Qt widget for OpenRGB tab label |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <QFontMetrics>
|
||||
#include "TabLabel.h"
|
||||
#include "OpenRGBFont.h"
|
||||
|
||||
Ui::TabLabel::TabLabel(int icon, QString name, char* original, char* context) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue