diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-05 14:45:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-05 14:45:04 +0300 |
commit | 90dd756673b47eed42e0941838033ba9fae59e1c (patch) | |
tree | 533f783533f4b577366cbbd084ef318538e5457d /src/gui/windows/inventorywindow.h | |
parent | fe1943114fb8a2e417b8f67483e143fcdc1cc213 (diff) | |
download | plus-90dd756673b47eed42e0941838033ba9fae59e1c.tar.gz plus-90dd756673b47eed42e0941838033ba9fae59e1c.tar.bz2 plus-90dd756673b47eed42e0941838033ba9fae59e1c.tar.xz plus-90dd756673b47eed42e0941838033ba9fae59e1c.zip |
Remember sort order in inventory and storage between restarts.
Diffstat (limited to 'src/gui/windows/inventorywindow.h')
-rw-r--r-- | src/gui/windows/inventorywindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/inventorywindow.h b/src/gui/windows/inventorywindow.h index 7a2d1ec9f..459e3bfa2 100644 --- a/src/gui/windows/inventorywindow.h +++ b/src/gui/windows/inventorywindow.h @@ -69,6 +69,8 @@ class InventoryWindow final : public Window, */ ~InventoryWindow(); + void storeSortOrder(); + /** * Called when receiving actions from the widgets. */ |