2019-08-12 15:52:59 +02:00
|
|
|
/* === This file is part of Calamares - <https://github.com/calamares> ===
|
|
|
|
*
|
|
|
|
* Copyright 2019, Adriaan de Groot <groot@kde.org>
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "PluginFactory.h"
|
|
|
|
|
2019-08-13 20:50:52 +02:00
|
|
|
CalamaresPluginFactory::~CalamaresPluginFactory() {}
|