Even more file header comment updates to standardized new format
This commit is contained in:
parent
a7c400bc65
commit
4f951c13c6
14 changed files with 157 additions and 49 deletions
|
|
@ -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()
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue