Qt: Add initial Lua support.
[metze/wireshark/wip.git] / ui / qt / capture_file.h
index 9fd8ba92c881d468d3a483c04e5d9787b65c2a8f..a4b77fdaafc78a2159f869ee4b9537eec5eecaac 100644 (file)
@@ -72,6 +72,9 @@ public:
      */
     void retapPackets();
 
+    /** Re;load the capture file
+     */
+    void reload();
 
     // XXX This shouldn't be needed.
     static capture_file *globalCapFile();