mirror of
https://github.com/AxioDL/amuse.git
synced 2025-08-04 19:25:37 +00:00
8 lines
101 B
C++
8 lines
101 B
C++
#include "KeymapEditor.hpp"
|
|
|
|
KeymapEditor::KeymapEditor(QWidget* parent)
|
|
: EditorWidget(parent)
|
|
{
|
|
|
|
}
|