diff gui/src/history-dockwidget.h @ 14863:3ff18e21c742 gui

Added a few comments. * files-dockwidget.h: Added comments. * history-dockwidget.h: Added comments.
author Jacob Dawid <jacob.dawid@gmail.com>
date Mon, 16 Jul 2012 16:42:25 -0400
parents 61c80e9326a8
children
line wrap: on
line diff
--- a/gui/src/history-dockwidget.h	Sat Jul 07 14:28:21 2012 +0200
+++ b/gui/src/history-dockwidget.h	Mon Jul 16 16:42:25 2012 -0400
@@ -44,7 +44,10 @@
 
 signals:
   void information (QString message);
+
+  /** Emitted, whenever the user double-clicked a command in the history. */
   void command_double_clicked (QString command);
+
   /** Custom signal that tells if a user has clicked away that dock widget. */
   void active_changed (bool active);
 protected: