#ifndef PLUGINLOADER_H #define PLUGINLOADER_H #include #include namespace PluginLoader { ObjectList *loadAll(); Object *load(const QString &); } #endif