diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-29 17:45:39 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-29 17:45:39 -0400 |
| commit | 4604bccb30727c443ac01a21a41f421184979749 (patch) | |
| tree | ef03352bb2eeac222be59a02def7fec55e7728d8 /sigmodr/widgets/MapWarpUI.cpp | |
| parent | 1770e2893ab6b7767e1b7180fd2c049c74ab6293 (diff) | |
Have ObjectUI handle initializing the private pointer
Diffstat (limited to 'sigmodr/widgets/MapWarpUI.cpp')
| -rw-r--r-- | sigmodr/widgets/MapWarpUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmodr/widgets/MapWarpUI.cpp b/sigmodr/widgets/MapWarpUI.cpp index 7a698fde..17332bf4 100644 --- a/sigmodr/widgets/MapWarpUI.cpp +++ b/sigmodr/widgets/MapWarpUI.cpp @@ -40,7 +40,7 @@ MapWarpUI::MapWarpUI(MapWarp* warp, QWidget* parent) : ObjectUI(warp, parent), d(new Private(new MapWarp(*warp))) { - setWidget(d->makeWidgets(this)); + setPrivate(d); } void MapWarpUI::apply() |
