mirror of https://github.com/AxioDL/amuse.git
8 lines
108 B
C++
8 lines
108 B
C++
|
#include "StatusBarWidget.hpp"
|
||
|
|
||
|
StatusBarWidget::StatusBarWidget(QWidget* parent)
|
||
|
: QStatusBar(parent)
|
||
|
{
|
||
|
|
||
|
}
|