Hello world! First commit.
This commit is contained in:
commit
263c65ac46
2435 changed files with 30491 additions and 0 deletions
22
assetlist.h
Normal file
22
assetlist.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
#ifndef ASSETLIST_H
|
||||
#define ASSETLIST_H
|
||||
|
||||
#include <QDockWidget>
|
||||
|
||||
namespace Ui {
|
||||
class AssetList;
|
||||
}
|
||||
|
||||
class AssetList : public QDockWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AssetList(QWidget *parent = 0);
|
||||
~AssetList();
|
||||
|
||||
private:
|
||||
Ui::AssetList *ui;
|
||||
};
|
||||
|
||||
#endif // ASSETLIST_H
|
Loading…
Add table
Add a link
Reference in a new issue