Mod: [skip ci] implementation classes don't inherit from UI classes any more
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#endif
|
||||
|
||||
#include "DlgPointsReadImp.h"
|
||||
#include "ui_DlgPointsRead.h"
|
||||
|
||||
using namespace PointsGui;
|
||||
|
||||
@@ -32,7 +33,9 @@ using namespace PointsGui;
|
||||
|
||||
DlgPointsReadImp::DlgPointsReadImp(const char *FileName, QWidget* parent, Qt::WindowFlags fl )
|
||||
: QDialog( parent, fl )
|
||||
, ui(new Ui_DlgPointsRead)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
_FileName = FileName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user