URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c79da8c30e39aecb1cddab39f537d8f6a1da25f
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7c79da8 by Martin Kaiser (wireshark@xxxxxxxxx):
qt: SH_ScrollBar_Transient is not available for Qt <= 5.2
add a version check in order to fix compilation with older Qt versions
(I couldn't figure out when exactly SH_ScrollBar_Transient was
introduced. It appears in the Qt 5.6 documentation, it's unavailable in
Qt 5.2)
Change-Id: Idf7ea1302e4a40e290a6750cbe077d9d2b7b56a8
Reviewed-on: https://code.wireshark.org/review/15196
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 66d0199 zvt: return -1 if we need more data from tcp
adds 7c79da8 qt: SH_ScrollBar_Transient is not available for Qt <= 5.2
Summary of changes:
ui/qt/overlay_scroll_bar.cpp | 2 ++
1 file changed, 2 insertions(+)