Index: sources/gui/guiview.h =================================================================== diff -u -rfeb3423b373dc2a2c4267ef9fcb4d924d738423d -rb9c5b0b3afc3b34d4980ecc4f023f498f80dafbc --- sources/gui/guiview.h (.../guiview.h) (revision feb3423b373dc2a2c4267ef9fcb4d924d738423d) +++ sources/gui/guiview.h (.../guiview.h) (revision b9c5b0b3afc3b34d4980ecc4f023f498f80dafbc) @@ -41,6 +41,8 @@ void doUSBDriveMount (); void doUSBDriveRemove(); + void doExport (); + public slots: // is public since will be used in the UI and is in the same thread. void doActionTransmit(GuiActionType vAction, const QVariantList &vData); // UI => HD/DG void doActionTransmit(GuiActionType vAction, const QVariant &vData); // UI => HD/DG @@ -59,5 +61,6 @@ void didUSBDriveRemove(); void didExportLog(); + void didExport (); }; }