Bug ID |
13235
|
Summary |
rtp_player_dialog.cpp won't compile with Qt4.x because of missing QComboBox setCurrentText()
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
x86
|
OS |
Red Hat
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Wireshark 2.3.0 (v2.3.0rc0-1716-gb604fff)
Copyright 1998-2016 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with Qt 4.8.7, with libpcap, with POSIX capabilities (Linux),
with libnl 3, with GLib 2.46.2, with zlib 1.2.8, with SMI 0.4.8, with c-ares
1.12.0, with Lua 5.1.5, with GnuTLS 3.4.15, with Gcrypt 1.6.6, with MIT
Kerberos, with GeoIP, without nghttp2, without LZ4, without Snappy, with
QtMultimedia, without AirPcap, without SBC, without SpanDSP.
Running on Linux 4.7.9-100.fc23.x86_64, with Intel(R) Core(TM) i5-2520M
CPU @ 2.50GHz (with SSE4.2), with 7939 MB of physical memory, with locale
LC_CTYPE=en_US.utf8, LC_NUMERIC=en_US.utf8, LC_TIME=cs_CZ.UTF-8,
LC_COLLATE=en_US.utf8, LC_MONETARY=en_US.utf8, LC_MESSAGES=en_US.utf8,
LC_PAPER=en_US.utf8, LC_NAME=en_US.utf8, LC_ADDRESS=en_US.utf8,
LC_TELEPHONE=en_US.utf8, LC_MEASUREMENT=en_US.utf8,
LC_IDENTIFICATION=en_US.utf8, with libpcap version 1.7.4, with GnuTLS 3.4.15,
with Gcrypt 1.6.6, with zlib 1.2.8.
Built using gcc 5.3.1 20160406 (Red Hat 5.3.1-6).
--
Hello,
older Linux systems use Qt 4.x branch which do not have method
setCurrentText() for QComboBox. Therefore it is not compile
ui/qt/rtp_player_dialog.cpp.
I made small change in code to address this issue.
Sincerely yours,
Jirka Novak
You are receiving this mail because:
- You are watching all bug changes.