amuse/Editor/KeymapEditor.hpp

15 lines
238 B
C++

#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