summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/StoreUI.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-29 17:45:39 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-29 17:45:39 -0400
commit4604bccb30727c443ac01a21a41f421184979749 (patch)
treeef03352bb2eeac222be59a02def7fec55e7728d8 /sigmodr/widgets/StoreUI.cpp
parent1770e2893ab6b7767e1b7180fd2c049c74ab6293 (diff)
Have ObjectUI handle initializing the private pointer
Diffstat (limited to 'sigmodr/widgets/StoreUI.cpp')
-rw-r--r--sigmodr/widgets/StoreUI.cpp2
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()