Update the rest of the user interface file header comments to the standardized new format

This commit is contained in:
Adam Honse 2024-05-08 00:34:10 -05:00
parent e11046d076
commit ff2957ec80
30 changed files with 354 additions and 128 deletions

View file

@ -1,10 +1,19 @@
/*---------------------------------------------------------*\
| OpenRGBClientInfoPage.cpp |
| |
| User interface for OpenRGB client information page |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <iostream>
#include <QSignalMapper>
#include <QCheckBox>
#include "OpenRGBClientInfoPage.h"
#include "ResourceManager.h"
#include "SettingsManager.h"
#include <iostream>
using namespace Ui;
static void UpdateInfoCallback(void * this_ptr)