Qt: fix loop-button icon on notification of change
commit45be534e9213fdad471af8a896e003f78f41865b
authorFilip Roséen <filip@videolabs.io>
Mon, 30 May 2016 16:18:06 +0000 (30 18:18 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 31 May 2016 12:44:24 +0000 (31 14:44 +0200)
tree1c132a741af65e13b420e04228716001986d3078
parent2762e73e18ee3bfe358ab28d170610e591eaceda
Qt: fix loop-button icon on notification of change

Given that NORMAL=0, REPEAT_ALL=1, REPEAT_ONE=2, the previous code would
not yield a value that actually corresponds to the correct icon when we
receive notification of "loop mode change".

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt/input_manager.cpp