URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=43706be64c1380d55da1882d093764913401d7e7
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
43706be by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Qt: Fix currentOutputDeviceName() without QtMultimedia
Fix build error:
ui/qt/moc_rtp_player_dialog.cxx:87:76: error: ‘currentOutputDeviceName’ was not declared in this scope
case 0: *reinterpret_cast< QString*>(_v) = currentOutputDeviceName(); break;
Change-Id: I065862540e775c3e965cb5d3ae4c53bd8d505bdd
Reviewed-on: https://code.wireshark.org/review/19142
Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 98ec464 Revert "Revert "Don't use a local variable's address in set_address().""
adds 43706be Qt: Fix currentOutputDeviceName() without QtMultimedia
Summary of changes:
ui/qt/rtp_player_dialog.h | 2 ++
1 file changed, 2 insertions(+)