Wireshark-bugs: [Wireshark-bugs] [Bug 9528] Patch: stats_tree plug-ins not added to statistics m

Date: Sat, 08 Feb 2014 14:39:48 +0000

changed bug 9528

What Removed Added
CC   [email protected]

Comment # 1 on bug 9528 from
Hi Deon,

The code don't compile :
main_window.cpp: In member function ‘void MainWindow::addStatsPluginsToMenu()’:
main_window.cpp:124:80: error: no matching function for call to
‘MainWindow::findOrAddMenu(QMenu*&, QString)’
                     parent_menu = findOrAddMenu(parent_menu,
QString(stat_name));
                                                                               
^
main_window.cpp:124:80: note: candidate is:
main_window.cpp:84:8: note: QMenu* MainWindow::findOrAddMenu(QMenu*, QString&)
 QMenu* MainWindow::findOrAddMenu(QMenu *parent_menu, QString& menu_text) {
        ^
main_window.cpp:84:8: note:   no known conversion for argument 2 from ‘QString’
to ‘QString&’

And it is possible to attach next patch to Gerrit ? (
http://code.wireshark.org/review )


You are receiving this mail because:
  • You are watching all bug changes.