[Qt] don't clear the display filter when a capture file is closed

Bug: 10951
Change-Id: I958aa9e88c30ac20cd7d7971ee903ac97265c1f4
Reviewed-on: https://code.wireshark.org/review/7098
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Tested-by: Martin Kaiser <wireshark@kaiser.cx>
This commit is contained in:
Martin Kaiser 2015-02-13 17:19:48 +01:00
parent da62086687
commit 47f27e3cc6
1 changed files with 0 additions and 6 deletions

View File

@ -614,12 +614,6 @@ void MainWindow::captureFileClosed() {
main_ui_->statusBar->popFileStatus();
if (df_combo_box_)
{
df_combo_box_->lineEdit()->setText("");
df_combo_box_->applyDisplayFilter();
}
setTitlebarForSelectedTreeRow();
setMenusForSelectedTreeRow();
}