Update yet more file header comments to standardized new format
This commit is contained in:
parent
a3066db16c
commit
a7c400bc65
26 changed files with 288 additions and 133 deletions
|
|
@ -1,14 +1,21 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| PluginManager.h |
|
||||
| |
|
||||
| OpenRGB plugin manager |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "OpenRGBPluginInterface.h"
|
||||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <QPluginLoader>
|
||||
#include <QLabel>
|
||||
#include <QtPlugin>
|
||||
#include <QDir>
|
||||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include "OpenRGBPluginInterface.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue