amuse/Editor/KeymapEditor.cpp

8 lines
96 B
C++
Raw Normal View History

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