summaryrefslogtreecommitdiff
path: root/ui/qt/wireshark_application.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-06-18 16:49:23 -0400
committerAnders Broman <a.broman58@gmail.com>2016-06-19 05:56:45 +0000
commit9b5b4443cf50aa0e5d98d8129a5c65c6c76a838b (patch)
treea481f214d8452490e5cb0c00255e51f442ce8bc2 /ui/qt/wireshark_application.h
parentdeef1dc1ff22183c0b70ea65775c23c404c641bb (diff)
downloadwireshark-9b5b4443cf50aa0e5d98d8129a5c65c6c76a838b.tar.gz
Refactor command-line handling of GUI options.
Both GTK and Qt both use the same command-line options, so refactor the parsing and (possibly) applying of those arguments to a single location. Ping-Bug: 12546 Change-Id: Ib31e576c509c5d3d21c33d3247640d9f9c68661b Reviewed-on: https://code.wireshark.org/review/16006 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/wireshark_application.h')
-rw-r--r--ui/qt/wireshark_application.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/qt/wireshark_application.h b/ui/qt/wireshark_application.h
index f04053f07e..1de706cb27 100644
--- a/ui/qt/wireshark_application.h
+++ b/ui/qt/wireshark_application.h
@@ -181,10 +181,10 @@ private slots:
extern WiresharkApplication *wsApp;
/** Global compile time version string */
-extern GString *comp_info_str;
+extern void get_wireshark_qt_compiled_info(GString *str);
+extern void get_gui_compiled_info(GString *str);
/** Global runtime version string */
-extern GString *runtime_info_str;
-
+extern void get_wireshark_runtime_info(GString *str);
#endif // WIRESHARK_APPLICATION_H
/*