mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-04-27 18:24:38 +00:00
Revert "added plugins classes"
This reverts commit d232c76da209e69893279423c4147a1bbf757d3c.
This commit is contained in:
parent
d232c76da2
commit
7875cdb6eb
@ -1,13 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2025-2025 QuasarApp.
|
||||
* Distributed under the lgplv3 software license, see the accompanying
|
||||
* Everyone is permitted to copy and distribute verbatim copies
|
||||
* of this license document, but changing it is not allowed.
|
||||
*/
|
||||
|
||||
#include "plugin.h"
|
||||
|
||||
namespace QH {
|
||||
|
||||
Plugin::Plugin() {}
|
||||
}
|
@ -1,19 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2025-2025 QuasarApp.
|
||||
* Distributed under the lgplv3 software license, see the accompanying
|
||||
* Everyone is permitted to copy and distribute verbatim copies
|
||||
* of this license document, but changing it is not allowed.
|
||||
*/
|
||||
|
||||
#ifndef PLUGIN_H
|
||||
#define PLUGIN_H
|
||||
|
||||
namespace QH {
|
||||
|
||||
class Plugin
|
||||
{
|
||||
public:
|
||||
Plugin();
|
||||
};
|
||||
}
|
||||
#endif // PLUGIN_H
|
@ -1,13 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2025-2025 QuasarApp.
|
||||
* Distributed under the lgplv3 software license, see the accompanying
|
||||
* Everyone is permitted to copy and distribute verbatim copies
|
||||
* of this license document, but changing it is not allowed.
|
||||
*/
|
||||
|
||||
|
||||
#include "pluginloader.h"
|
||||
namespace QH {
|
||||
|
||||
PluginLoader::PluginLoader() {}
|
||||
}
|
@ -1,18 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2025-2025 QuasarApp.
|
||||
* Distributed under the lgplv3 software license, see the accompanying
|
||||
* Everyone is permitted to copy and distribute verbatim copies
|
||||
* of this license document, but changing it is not allowed.
|
||||
*/
|
||||
|
||||
#ifndef PLUGINLOADER_H
|
||||
#define PLUGINLOADER_H
|
||||
namespace QH {
|
||||
|
||||
class PluginLoader
|
||||
{
|
||||
public:
|
||||
PluginLoader();
|
||||
};
|
||||
}
|
||||
#endif // PLUGINLOADER_H
|
Loading…
x
Reference in New Issue
Block a user