Warning, file /plasma/khotkeys/kcm_hotkeys/actions/action_widget_base.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002    SPDX-FileCopyrightText: 2008 Michael Jansen <kde@michael-jansen.biz>
0003 
0004    SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #include "action_widget_base.h"
0008 
0009 ActionWidgetBase::ActionWidgetBase(KHotKeys::Action *action, QWidget *parent)
0010     : HotkeysWidgetIFace(parent)
0011     , _action(action)
0012 {
0013 }
0014 
0015 ActionWidgetBase::~ActionWidgetBase()
0016 {
0017 }
0018 
0019 #include "moc_action_widget_base.cpp"