diff src/hgtabwidget.cpp @ 624:38c84c66ad7a

* Added "show in" to show selected file in explorer
author Sam Izzo <sam@humbug.net>
date Sun, 26 Aug 2012 01:59:53 +1000
parents 6f90bb52eee6
children 58ac1b197666
line wrap: on
line diff
--- a/src/hgtabwidget.cpp	Sat Aug 25 23:04:10 2012 +1000
+++ b/src/hgtabwidget.cpp	Sun Aug 26 01:59:53 2012 +1000
@@ -77,6 +77,9 @@
     connect(m_fileStatusWidget, SIGNAL(unIgnoreFiles(QStringList)),
             this, SIGNAL(unIgnoreFiles(QStringList)));
 
+    connect(m_fileStatusWidget, SIGNAL(showIn(QStringList)),
+            this, SIGNAL(showIn(QStringList)));
+
     addTab(m_fileStatusWidget, tr("My work"));
 
     // History graph tab