From 7ebe97a4b9facee8d2533264f02c281a5f7ed052 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 11 May 2015 13:53:15 -0700 Subject: 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 --- ui/qt/main_welcome.cpp | 2 +- ui/qt/main_welcome.ui | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'ui') 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 + 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 @@ - - s - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter -- cgit v1.2.3