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,7 +1,12 @@
#include "OpenRGBThemeManager.h"
#include "ResourceManager.h"
#include "PluginManager.h"
#include "SettingsManager.h"
/*---------------------------------------------------------*\
| OpenRGBThemeManager.cpp |
| |
| Functionality for managing dark theme mode |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <QApplication>
#include <QWidget>
#include <QStyle>
@ -12,6 +17,11 @@
#include <QSettings>
#endif
#include "OpenRGBThemeManager.h"
#include "ResourceManager.h"
#include "PluginManager.h"
#include "SettingsManager.h"
void OpenRGBThemeManager::Init()
{