Update the rest of the user interface file header comments to the standardized new format
This commit is contained in:
parent
e11046d076
commit
ff2957ec80
30 changed files with 354 additions and 128 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue