aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-04-10 15:30:00 -0700
committerGerald Combs <gerald@wireshark.org>2014-04-13 18:32:55 +0000
commit63ed4745a2c3abef00ec69fa1b6832674fa17605 (patch)
tree318f6294c76d62126e58e2777efb01337c00f97c /wsutil
parentcf85d91547037143a76ff2b25c4475794c4860e4 (diff)
Replace QTableWidgets with QLabels + HTML tables.
This lets the user select and copy the folder and plugin data as text. Add clickable local filesystem URLs while we're at it. (I suspect that you shouldn't use QTableWidgets unless you're creating a spreadsheet.) Change-Id: I45650bd4f4b6215824a4ed70ec80698d0805baba Reviewed-on: https://code.wireshark.org/review/1064 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/filesystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/filesystem.h b/wsutil/filesystem.h
index 26a25de8cd..2a80ed5bbb 100644
--- a/wsutil/filesystem.h
+++ b/wsutil/filesystem.h
@@ -84,6 +84,7 @@ WS_DLL_PUBLIC char *get_datafile_path(const char *filename);
/*
* Get the personal plugin dir.
+ * Return value is malloced so the caller should g_free() it.
*/
WS_DLL_PUBLIC char *get_plugins_pers_dir(void);