summaryrefslogtreecommitdiff
path: root/src/gui/widgets/selldialog.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-13 20:36:43 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-13 20:36:43 +0300
commit1cda5b8f7fd7d2cb6eeca4e15ee14909aa3387c2 (patch)
tree5069a5cd842f5299f5fe178df4628b986c8b18b4 /src/gui/widgets/selldialog.cpp
parent8cac9b90f3e25b2dfb848684fdec8b9c076da28a (diff)
downloadplus-1cda5b8f7fd7d2cb6eeca4e15ee14909aa3387c2.tar.gz
plus-1cda5b8f7fd7d2cb6eeca4e15ee14909aa3387c2.tar.bz2
plus-1cda5b8f7fd7d2cb6eeca4e15ee14909aa3387c2.tar.xz
plus-1cda5b8f7fd7d2cb6eeca4e15ee14909aa3387c2.zip
Add missing calls to Window::postInit.
Diffstat (limited to 'src/gui/widgets/selldialog.cpp')
-rw-r--r--src/gui/widgets/selldialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/selldialog.cpp b/src/gui/widgets/selldialog.cpp
index fc7bd9701..2d613fae8 100644
--- a/src/gui/widgets/selldialog.cpp
+++ b/src/gui/widgets/selldialog.cpp
@@ -79,6 +79,7 @@ SellDialog::SellDialog(const IsSell isSell,
void SellDialog::postInit()
{
+ Window::postInit();
setWindowName("Sell");
setResizable(true);
setCloseButton(true);