Update some user interface file header comments to standardized new format

This commit is contained in:
Adam Honse 2024-05-06 16:34:57 -05:00
parent 2b23841ec2
commit da80b12fda
60 changed files with 659 additions and 214 deletions

View file

@ -1,3 +1,14 @@
/*---------------------------------------------------------*\
| OpenRGBSettingsPage.cpp |
| |
| User interface for general settings page |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <QUrl>
#include <QDesktopServices>
#include "AutoStart.h"
#include "OpenRGBSettingsPage.h"
#include "ui_OpenRGBSettingsPage.h"
@ -5,8 +16,6 @@
#include "ResourceManager.h"
#include "SettingsManager.h"
#include "ProfileManager.h"
#include <QUrl>
#include <QDesktopServices>
using namespace Ui;