implementation classes don't inherit from UI classes
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#endif
|
||||
|
||||
#include "DlgPartBoxImp.h"
|
||||
#include "ui_DlgPartBox.h"
|
||||
|
||||
using namespace PartGui;
|
||||
|
||||
@@ -37,7 +38,7 @@ using namespace PartGui;
|
||||
* true to construct a modal dialog.
|
||||
*/
|
||||
DlgPartBoxImp::DlgPartBoxImp(QWidget* parent, Qt::WindowFlags fl)
|
||||
: Gui::LocationDialogUi<Ui_DlgPartBox>(parent, fl)
|
||||
: Gui::LocationDialogUiImp(new Ui_DlgPartBox, parent, fl)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user