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