Work on amuse GUI, use C++ linking for audio decoders

This commit is contained in:
Jack Andersen
2018-07-09 11:05:31 -07:00
parent 1e8ce19b16
commit cdc720b8a7
46 changed files with 1822 additions and 56 deletions

View File

@@ -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);
}