don't depend from shellpluginloader
This commit is contained in:
parent
03b812ea06
commit
9252de77f9
@ -31,7 +31,6 @@
|
||||
|
||||
#include <config-prefix.h>
|
||||
#include "shellcorona.h"
|
||||
#include "shellpluginloader.h"
|
||||
|
||||
static const QString s_shellsDir(
|
||||
QString(CMAKE_INSTALL_PREFIX) + "/" + DATA_INSTALL_DIR + "/" + "plasma/shells/");
|
||||
@ -59,7 +58,6 @@ public:
|
||||
ShellManager::ShellManager()
|
||||
: d(new Private())
|
||||
{
|
||||
ShellPluginLoader::init();
|
||||
|
||||
connect(
|
||||
&d->shellUpdateDelay, &QTimer::timeout,
|
||||
|
Loading…
Reference in New Issue
Block a user