amuse/Editor/KeymapEditor.cpp

13 lines
184 B
C++
Raw Normal View History

#include "KeymapEditor.hpp"
bool KeymapEditor::loadData(ProjectModel::KeymapNode* node)
{
return false;
}
KeymapEditor::KeymapEditor(QWidget* parent)
: EditorWidget(parent)
{
}