diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-24 04:42:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-24 04:42:20 +0300 |
commit | 35d796b927447760772d2720a221e21fdf9fd10e (patch) | |
tree | 5981066559c9917f44c31577f52a19187f0bd339 /src/gui/popups/itempopup.cpp | |
parent | 07abefc34abc3731f5eb63a7616231827b11e271 (diff) | |
download | plus-35d796b927447760772d2720a221e21fdf9fd10e.tar.gz plus-35d796b927447760772d2720a221e21fdf9fd10e.tar.bz2 plus-35d796b927447760772d2720a221e21fdf9fd10e.tar.xz plus-35d796b927447760772d2720a221e21fdf9fd10e.zip |
Remove default parameters from icon.
Diffstat (limited to 'src/gui/popups/itempopup.cpp')
-rw-r--r-- | src/gui/popups/itempopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/itempopup.cpp b/src/gui/popups/itempopup.cpp index 28de3b641..9c0607a2f 100644 --- a/src/gui/popups/itempopup.cpp +++ b/src/gui/popups/itempopup.cpp @@ -71,7 +71,7 @@ ItemPopup::ItemPopup() : mItemCards(new TextBox(this)), mItemOptions(new TextBox(this)), mItemType(ItemDbType::UNUSABLE), - mIcon(new Icon(this, nullptr)), + mIcon(new Icon(this, nullptr, AutoRelease_false)), mLastName(), mCardsStr(), mItemOptionsStr(), |