mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Work on amuse GUI, use C++ linking for audio decoders
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
//
|
||||
// Created by Jack Andersen on 3/5/18.
|
||||
//
|
||||
|
||||
#include "MainWindow.hpp"
|
||||
#include "ui_MainWindow.h"
|
||||
|
||||
MainWindow::MainWindow(QWidget* parent)
|
||||
: QMainWindow(parent),
|
||||
m_ui(new Ui::MainWindow)
|
||||
{
|
||||
m_ui->setupUi(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user