Index: /trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerPanel.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerPanel.h	(revision 76909)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerPanel.h	(revision 76910)
@@ -65,7 +65,4 @@
     void hideEvent(QHideEvent *pEvent);
 
-    /* Return the unmodified log. */
-    const QString* logString() const;
-
 private:
 
Index: /trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.h	(revision 76909)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.h	(revision 76910)
@@ -58,5 +58,5 @@
 
     /** Handles the translation event. */
-    void retranslateUi();
+    void retranslateUi() /* override */;
 
     /** Handles Qt @a pEvent, used for keyboard processing. */
@@ -81,3 +81,2 @@
 
 #endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerPanel_h */
-
