move all ContainmentPrivate impl in own file
This commit is contained in:
parent
4a747bf164
commit
f65d8b2abb
@ -139,6 +139,7 @@ set(plasma_LIB_SRCS
|
|||||||
private/windowpreview.cpp
|
private/windowpreview.cpp
|
||||||
private/windowshadows.cpp
|
private/windowshadows.cpp
|
||||||
private/applet_p.cpp
|
private/applet_p.cpp
|
||||||
|
private/containment_p.cpp
|
||||||
|
|
||||||
querymatch.cpp
|
querymatch.cpp
|
||||||
remote/accessmanager.cpp
|
remote/accessmanager.cpp
|
||||||
|
1064
containment.cpp
1064
containment.cpp
File diff suppressed because it is too large
Load Diff
1120
private/containment_p.cpp
Normal file
1120
private/containment_p.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@ -23,6 +23,10 @@
|
|||||||
|
|
||||||
#include <kmenu.h>
|
#include <kmenu.h>
|
||||||
|
|
||||||
|
#include "plasma.h"
|
||||||
|
#include "applet.h"
|
||||||
|
#include "corona.h"
|
||||||
|
|
||||||
static const int INTER_CONTAINMENT_MARGIN = 6;
|
static const int INTER_CONTAINMENT_MARGIN = 6;
|
||||||
static const int TOOLBOX_MARGIN = 150;
|
static const int TOOLBOX_MARGIN = 150;
|
||||||
static const int CONTAINMENT_COLUMNS = 2;
|
static const int CONTAINMENT_COLUMNS = 2;
|
||||||
@ -183,6 +187,8 @@ public:
|
|||||||
};
|
};
|
||||||
ContainmentActionsSource containmentActionsSource;
|
ContainmentActionsSource containmentActionsSource;
|
||||||
static QHash<QString, ContainmentActions*> globalActionPlugins;
|
static QHash<QString, ContainmentActions*> globalActionPlugins;
|
||||||
|
static const char defaultWallpaper[];
|
||||||
|
static const char defaultWallpaperMode[];
|
||||||
};
|
};
|
||||||
|
|
||||||
} // Plasma namespace
|
} // Plasma namespace
|
||||||
|
Loading…
Reference in New Issue
Block a user