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/StoreUI.cpp | |
| parent | 1770e2893ab6b7767e1b7180fd2c049c74ab6293 (diff) | |
Have ObjectUI handle initializing the private pointer
Diffstat (limited to 'sigmodr/widgets/StoreUI.cpp')
| -rw-r--r-- | sigmodr/widgets/StoreUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmodr/widgets/StoreUI.cpp b/sigmodr/widgets/StoreUI.cpp index 097e0134..47ff8896 100644 --- a/sigmodr/widgets/StoreUI.cpp +++ b/sigmodr/widgets/StoreUI.cpp @@ -38,7 +38,7 @@ StoreUI::StoreUI(Store* store, QWidget* parent) : ObjectUI(store, parent), d(new Private(new Store(*store))) { - setWidget(d->makeWidgets(this)); + setPrivate(d); } void StoreUI::apply() |
