Revert "added plugins classes"
All checks were successful
buildbot/DocsGenerator Build finished.
buildbot/LinuxCMakeBuilderQt6 Build finished.

This reverts commit d232c76da209e69893279423c4147a1bbf757d3c.
This commit is contained in:
Andrei Yankovich 2025-02-15 16:56:48 +01:00
parent d232c76da2
commit 7875cdb6eb
4 changed files with 0 additions and 63 deletions

View File

@ -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() {}
}

View File

@ -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

View File

@ -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() {}
}

View File

@ -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