mirror of
https://github.com/AxioDL/amuse.git
synced 2025-08-09 21:49:11 +00:00
8 lines
133 B
C++
8 lines
133 B
C++
#include "KeymapEditor.hpp"
|
|
|
|
KeymapEditor::KeymapEditor(ProjectModel::KeymapNode* node, QWidget* parent)
|
|
: EditorWidget(parent)
|
|
{
|
|
|
|
}
|