Alexis La Goutte
changed
bug 9528
Comment # 1
on bug 9528
from Alexis La Goutte
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.