Hello world! First commit.
This commit is contained in:
commit
263c65ac46
2435 changed files with 30491 additions and 0 deletions
14
assetlist.cpp
Normal file
14
assetlist.cpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
#include "assetlist.h"
|
||||
#include "ui_assetlist.h"
|
||||
|
||||
AssetList::AssetList(QWidget *parent) :
|
||||
QDockWidget(parent),
|
||||
ui(new Ui::AssetList)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
AssetList::~AssetList()
|
||||
{
|
||||
delete ui;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue