diff options
author | Sebastian Geerken <devnull@localhost> | 2014-08-10 14:25:46 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-08-10 14:25:46 +0200 |
commit | 47c69d0359c720eed2afb8329e827dee76539de1 (patch) | |
tree | a9644f228d65212ccce0369c8f4ad138daad276f /dw/layout.hh | |
parent | f3ac0e4d3a49f2c7326594e3ae5f424db228ee1c (diff) |
Optimized usage of Layout::queueQueueResizeList.
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/layout.hh b/dw/layout.hh index 39ff74db..63c3ed04 100644 --- a/dw/layout.hh +++ b/dw/layout.hh @@ -172,7 +172,7 @@ private: Platform *platform; View *view; Widget *topLevel, *widgetAtPoint; - lout::container::typed::Vector<QueueResizeItem> *queueQueueResizeList; + lout::container::typed::Stack<QueueResizeItem> *queueQueueResizeList; lout::container::typed::Vector<Widget> *queueResizeList; /* The state, which must be projected into the view. */ |