mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kcontrol: remove redundant KCMKeyboard destructor
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
cc7fd6b174
commit
c402bff997
2 changed files with 0 additions and 5 deletions
|
@ -434,10 +434,6 @@ KCMKeyboard::KCMKeyboard(QWidget *parent, const QVariantList &args)
|
|||
m_layoutbuttonsbox->layout()->addItem(m_layoutsbuttonsspacer2);
|
||||
}
|
||||
|
||||
KCMKeyboard::~KCMKeyboard()
|
||||
{
|
||||
}
|
||||
|
||||
void KCMKeyboard::load()
|
||||
{
|
||||
KConfig kconfig("kcminputrc", KConfig::NoGlobals);
|
||||
|
|
|
@ -41,7 +41,6 @@ class KCMKeyboard : public KCModule
|
|||
Q_OBJECT
|
||||
public:
|
||||
KCMKeyboard(QWidget *parent, const QVariantList &args);
|
||||
~KCMKeyboard();
|
||||
|
||||
// KCModule reimplementations
|
||||
public Q_SLOTS:
|
||||
|
|
Loading…
Add table
Reference in a new issue