amuse/Editor/KeymapEditor.cpp

8 lines
101 B
C++
Raw Normal View History

#include "KeymapEditor.hpp"
KeymapEditor::KeymapEditor(QWidget* parent)
: EditorWidget(parent)
{
}