diff hgtabwidget.h @ 152:2b997861174b

* Set parents (setCurrent) on history widget when we know the new parents, not at each enable-disable actions call
author Chris Cannam
date Thu, 02 Dec 2010 11:51:15 +0000
parents 2fef6b0dfbe8
children 70fe12873106
line wrap: on
line diff
--- a/hgtabwidget.h	Thu Dec 02 11:33:09 2010 +0000
+++ b/hgtabwidget.h	Thu Dec 02 11:51:15 2010 +0000
@@ -48,7 +48,7 @@
     void setWorkFolderAndRepoNames(QString workFolderPath, QString remoteRepoPath);
     void setState(QString state);
 
-    void setCurrent(QStringList ids, bool showUncommittedChanges);
+    void setCurrent(QStringList ids);
 
     FileStates getFileStates() { return m_fileStates; }