class cTags renamed
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "ctoolboxlocation.h"
|
||||
#include "ui_ctoolboxlocation.h"
|
||||
|
||||
cToolBoxLocation::cToolBoxLocation(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::cToolBoxLocation)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
cToolBoxLocation::~cToolBoxLocation()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
Reference in New Issue
Block a user