mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
Lots of foundational work for Amuse editor
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef AMUSE_KEYMAP_EDITOR_HPP
|
||||
#define AMUSE_KEYMAP_EDITOR_HPP
|
||||
|
||||
#include <QWidget>
|
||||
#include "EditorWidget.hpp"
|
||||
|
||||
class KeymapEditor : public QWidget
|
||||
class KeymapEditor : public EditorWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user