From efb5c1537de616826408660f8d9aca659d5297c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 7 Dec 2015 13:30:26 +0100 Subject: Qt: Add extcap placeholder parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a parameter to set placeholder text in textBox. Change-Id: Iccf92fe60abc78be8f0fa112c0c9eb78890674b5 Reviewed-on: https://code.wireshark.org/review/12463 Petri-Dish: Stig Bjørlykke Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall --- extcap_parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extcap_parser.h') diff --git a/extcap_parser.h b/extcap_parser.h index c8c40328d7..1fd4d42071 100644 --- a/extcap_parser.h +++ b/extcap_parser.h @@ -68,6 +68,7 @@ typedef enum { EXTCAP_PARAM_VALUE, EXTCAP_PARAM_RANGE, EXTCAP_PARAM_TOOLTIP, + EXTCAP_PARAM_PLACEHOLDER, EXTCAP_PARAM_NAME, EXTCAP_PARAM_ENABLED, EXTCAP_PARAM_FILE_MUSTEXIST, @@ -108,6 +109,7 @@ typedef struct _extcap_arg { gchar *call; gchar *display; gchar *tooltip; + gchar *placeholder; gchar * fileextension; gboolean fileexists; -- cgit v1.2.1