mirror of
https://github.com/AxioDL/amuse.git
synced 2025-10-04 17:09:44 +00:00
8 lines
102 B
C++
8 lines
102 B
C++
#include "KeyboardWidget.hpp"
|
|
|
|
KeyboardWidget::KeyboardWidget(QWidget* parent)
|
|
: QWidget(parent)
|
|
{
|
|
|
|
}
|