Wireshark-bugs: [Wireshark-bugs] [Bug 10951] wireshark QT- display filter content will be cleare
Date: Fri, 13 Feb 2015 02:12:59 +0000

Comment # 2 on bug 10951 from
Thanks. It works if I comment setText(""). 

The wireshark QT also doesn't support opening a new file by dragging the file
to the main window area of wireshark QT. Could you also consider to add this
function?

MainWindow::captureFileClosed()
{
  if (df_combo_box_)
  {
    //df_combo_box_->lineEdit()->setText("");                                   
    df_combo_box_->applyDisplayFilter();
  }
}


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