Skip to content
Snippets Groups Projects
Commit 333bdb20 authored by barthgr's avatar barthgr
Browse files

update code documentation

parent 936c4a95
Branches
No related tags found
No related merge requests found
......@@ -8,6 +8,12 @@
#include <map>
#include <memory>
/**
* \class PluginLoader
* This class loads Qt-Plugins, the related metadata and files the plugin depends on.
* \author Hauke Mönck, Gregor Barth
*/
class PluginLoader : QObject
{
Q_OBJECT
......@@ -29,7 +35,8 @@ public:
QStringListModel* getPluginList();
/**
* Loads a BioTracker Plugin from a filpaht. It returns true if the Plugin could be loaded, otherwise false.
* Loads a BioTracker Plugin from a file path. It returns true if the Plugin could be loaded, otherwise false.
* The loaded plugin acts as singleton!
*/
bool loadPluginFromFilename(QString const& filename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment