mirror of https://github.com/AxioDL/amuse.git
8 lines
96 B
C++
8 lines
96 B
C++
|
#include "KeymapEditor.hpp"
|
||
|
|
||
|
KeymapEditor::KeymapEditor(QWidget* parent)
|
||
|
: QWidget(parent)
|
||
|
{
|
||
|
|
||
|
}
|