Don't expose symbols of private class DataEngineManager

Internal class since first release of plasma-frameworks
This commit is contained in:
Friedrich W. H. Kossebau 2016-04-11 14:19:57 +02:00
parent 1eff0dea81
commit d2fdde4002

View File

@ -20,10 +20,6 @@
#ifndef PLASMA_DATAENGINEMANAGER_H
#define PLASMA_DATAENGINEMANAGER_H
#include <QtCore/QHash>
#include <kplugininfo.h>
#include <plasma/dataengine.h>
namespace Plasma
@ -39,7 +35,7 @@ class DataEngineManagerPrivate;
* Plasma::DataEngineManager provides facilities for listing, loading and
* according to reference count unloading of DataEngines.
**/
class PLASMA_EXPORT DataEngineManager: public QObject
class DataEngineManager: public QObject
{
Q_OBJECT
public: