#ifndef AMUSE_KEYMAP_EDITOR_HPP
#define AMUSE_KEYMAP_EDITOR_HPP
#include <QWidget>
class KeymapEditor : public QWidget
{
Q_OBJECT
public:
explicit KeymapEditor(QWidget* parent = Q_NULLPTR);
};
#endif //AMUSE_KEYMAP_EDITOR_HPP