amuse/Editor/KeymapEditor.cpp

8 lines
133 B
C++
Raw Normal View History

#include "KeymapEditor.hpp"
2018-07-18 07:39:26 +00:00
KeymapEditor::KeymapEditor(ProjectModel::KeymapNode* node, QWidget* parent)
: EditorWidget(parent)
{
}