diff gui/src/HistoryDockWidget.h @ 13546:5ef33f99a078

Command get inserted by double clicking in the command history again.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Wed, 27 Jul 2011 00:34:28 +0200
parents ffc2e1d1ad5f
children 7d106550be8f
line wrap: on
line diff
--- a/gui/src/HistoryDockWidget.h
+++ b/gui/src/HistoryDockWidget.h
@@ -37,8 +37,13 @@
   /** Tells the widget to notice settings that are probably new. */
   void noticeSettings ();
   void setFilter (QString filter);
+
 signals:
   void information (QString message);
+  void commandDoubleClicked (QString command);
+
+private slots:
+  void handleDoubleClick (QModelIndex modelIndex);
 
 private:
   void construct ();