aboutsummaryrefslogtreecommitdiffstats
path: root/tools/update-tx
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-06-07 13:04:38 -0700
committerAnders Broman <a.broman58@gmail.com>2018-06-08 03:50:22 +0000
commitf8092f96b373f851eb91ae2ff94581bcba8d0279 (patch)
tree134dcbdda97e0e15330338d824774c2a984bd2dd /tools/update-tx
parent37119e5da0567cf34901101c9432e33ac45116bd (diff)
Qt: Move wireshark-qt.cpp back to ui/qt/main.cpp.
The Qt UI's main module started out as ui/qt/main.cpp but was moved to the top-level directory in order to appease Autotools. We don't need to do that any more, so move it back. Change-Id: Ic5bc0ed5b754e36cc2b9e682f2ca097781233dfd Reviewed-on: https://code.wireshark.org/review/28090 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools/update-tx')
-rwxr-xr-xtools/update-tx3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/update-tx b/tools/update-tx
index 460b005e88..53f09f9104 100755
--- a/tools/update-tx
+++ b/tools/update-tx
@@ -11,9 +11,8 @@ while getopts "n" OPTCHAR ; do
done
shift $((OPTIND - 1))
-# All .cpp, .h, and .ui files under ui/qt plus wireshark-qt.cpp.
+# All .cpp, .h, and .ui files under ui/qt
LUPDATE_FILES=$(find ui/qt -name '*.cpp' -o -name '*.h' -o -name '*.ui')
-LUPDATE_FILES=($LUPDATE_FILES wireshark-qt.cpp)
# Add line numbers
for i in ui/qt/*.ts ; do