Drop the GlobalShortcutsEditor from libkwineffects
As our need can be satisfied without sub-classing KShortcutsEditor we can drop this class.
This commit is contained in:
parent
e7a9655223
commit
ff6cb5e75c
3 changed files with 1 additions and 17 deletions
|
@ -15,7 +15,7 @@ set(kwineffects_QT_LIBS
|
|||
)
|
||||
|
||||
set(kwineffects_KDE_LIBS
|
||||
KF5::XmlGui # needed for KShortcutEditor
|
||||
KF5::KConfigCore
|
||||
)
|
||||
|
||||
set(kwineffects_XCB_LIBS
|
||||
|
|
|
@ -861,15 +861,6 @@ EffectWindowGroup::~EffectWindowGroup()
|
|||
{
|
||||
}
|
||||
|
||||
//****************************************
|
||||
// GlobalShortcutsEditor
|
||||
//****************************************
|
||||
|
||||
GlobalShortcutsEditor::GlobalShortcutsEditor(QWidget *parent) :
|
||||
KShortcutsEditor(parent, GlobalAction)
|
||||
{
|
||||
}
|
||||
|
||||
/***************************************************************
|
||||
WindowQuad
|
||||
***************************************************************/
|
||||
|
|
|
@ -39,7 +39,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <QStack>
|
||||
|
||||
#include <KDE/KPluginFactory>
|
||||
#include <KDE/KShortcutsEditor>
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
|
@ -1696,12 +1695,6 @@ public:
|
|||
virtual EffectWindowList members() const = 0;
|
||||
};
|
||||
|
||||
class KWIN_EXPORT GlobalShortcutsEditor : public KShortcutsEditor
|
||||
{
|
||||
public:
|
||||
explicit GlobalShortcutsEditor(QWidget *parent);
|
||||
};
|
||||
|
||||
|
||||
struct GLVertex2D
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue