Even more file header comment updates to standardized new format

This commit is contained in:
Adam Honse 2024-05-04 01:27:12 -05:00
parent a7c400bc65
commit 4f951c13c6
14 changed files with 157 additions and 49 deletions

View file

@ -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) :