diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-13 20:36:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-13 20:36:43 +0300 |
commit | 1cda5b8f7fd7d2cb6eeca4e15ee14909aa3387c2 (patch) | |
tree | 5069a5cd842f5299f5fe178df4628b986c8b18b4 /src/gui/widgets | |
parent | 8cac9b90f3e25b2dfb848684fdec8b9c076da28a (diff) | |
download | plus-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')
-rw-r--r-- | src/gui/widgets/selldialog.cpp | 1 |
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); |