summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-11-22 10:47:33 -0800
committerGuy Harris <guy@alum.mit.edu>2015-11-22 18:53:17 +0000
commite191090f5a30585b0f30feab11c1f0388001d3c8 (patch)
tree5554597aa1c1fbb7f0d4e20b15446162e3294b23
parentbe6a54f6fc3787a580a6290d2e8272a9c27ff62c (diff)
downloadwireshark-e191090f5a30585b0f30feab11c1f0388001d3c8.tar.gz
We *do* use setWindowModified; remove the XXX comment saying to do so.
Change-Id: I00ffc4c787681a6bf2c84da9e44b3b3a33c0cec5 Reviewed-on: https://code.wireshark.org/review/12039 Reviewed-by: Guy Harris <guy@alum.mit.edu> (cherry picked from commit cc9e444b4e92865aadd68a58e6d4f5d5453a340f) Reviewed-on: https://code.wireshark.org/review/12040
-rw-r--r--ui/qt/main_window.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp
index 7d8ad30883..3f870671f4 100644
--- a/ui/qt/main_window.cpp
+++ b/ui/qt/main_window.cpp
@@ -1860,7 +1860,6 @@ void MainWindow::setTitlebarForCaptureFile()
// XXX - on non-Mac platforms, put in the application
// name?
//
- // XXX - Use setWindowModified
setWindowFilePath(NULL);
setWindowTitle(QString("[*]%1").arg(cf_get_tempfile_source(capture_file_.capFile())));
} else {