Qt: remove unneeded constructors.
authorDario Lombardo <lomato@gmail.com>
Tue, 5 Jul 2016 21:35:11 +0000 (23:35 +0200)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Wed, 6 Jul 2016 05:18:52 +0000 (05:18 +0000)
commit5848845c34425aa21f4e136049f95b37214df841
tree56a7eadf5576d8fa901aff892af80c34022bba32
parent21f5c53ae76fe1d57b12b248c1ff9691c0d9033e
Qt: remove unneeded constructors.

There is no need to have an empty private constructor if an explicit
one is already present. The former private constructor didn't initialize
the private members causing many CIDs from coverity.

Change-Id: I8ba98d2b9fc32a867fdcf3421df7946b90bd7b09
Reviewed-on: https://code.wireshark.org/review/16311
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
ui/qt/lbm_lbtrm_transport_dialog.cpp
ui/qt/lbm_lbtru_transport_dialog.cpp