aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-05-11 13:53:15 -0700
committerGerald Combs <gerald@wireshark.org>2015-05-11 21:02:31 +0000
commit7ebe97a4b9facee8d2533264f02c281a5f7ed052 (patch)
tree4d2e153c1473eed42896a0a595ed224423d3b7ed /ui
parentf1c375d0068eb79fd42024bf4e6f4216e13881cf (diff)
Qt: Fix the main welcome banner.
Leave the text empty, otherwise it overwrites "Development Version" at inopportune times. Remove a QDebug include. Change-Id: I94060ef69cc3b42dda39adfe34d2c0bfbe564ec2 Reviewed-on: https://code.wireshark.org/review/8407 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/main_welcome.cpp2
-rw-r--r--ui/qt/main_welcome.ui3
2 files changed, 1 insertions, 4 deletions
diff --git a/ui/qt/main_welcome.cpp b/ui/qt/main_welcome.cpp
index 8033617a70..e0b3b4e60e 100644
--- a/ui/qt/main_welcome.cpp
+++ b/ui/qt/main_welcome.cpp
@@ -216,7 +216,7 @@ void MainWelcome::interfaceDoubleClicked(QTreeWidgetItem *item, int column)
emit startCapture();
}
}
-#include <QDebug>
+
void MainWelcome::interfaceClicked(QTreeWidgetItem *item, int column)
{
#if HAVE_EXTCAP
diff --git a/ui/qt/main_welcome.ui b/ui/qt/main_welcome.ui
index 9362aa1f3a..3037468771 100644
--- a/ui/qt/main_welcome.ui
+++ b/ui/qt/main_welcome.ui
@@ -66,9 +66,6 @@
</item>
<item>
<widget class="QLabel" name="flavorBanner">
- <property name="text">
- <string>s</string>
- </property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>