mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
More WIP, getting closer.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "pluginmanager.hpp"
|
||||
#include "../filesystemlistener.hpp"
|
||||
#include "plugin.hpp"
|
||||
#include "pluginmanager.hpp"
|
||||
#include <eepp/system/filesystem.hpp>
|
||||
#include <eepp/ui/uicheckbox.hpp>
|
||||
#include <eepp/ui/uitableview.hpp>
|
||||
@@ -26,6 +26,10 @@ PluginManager::~PluginManager() {
|
||||
unsubscribeFileSystemListener();
|
||||
}
|
||||
|
||||
bool PluginManager::isClosing() const {
|
||||
return mClosing;
|
||||
}
|
||||
|
||||
void PluginManager::registerPlugin( const PluginDefinition& def ) {
|
||||
mDefinitions[def.id] = def;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user