Update some user interface file header comments to standardized new format
This commit is contained in:
parent
2b23841ec2
commit
da80b12fda
60 changed files with 659 additions and 214 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue