comparison src/hgtabwidget.h @ 520:a17c06f773cd

idiot -- we don't need to query bookmarks separately, we can just add them to the log template
author Chris Cannam
date Wed, 09 Nov 2011 13:04:00 +0000
parents 000f13faa089
children a1d210c767ab
comparison
equal deleted inserted replaced
519:000f13faa089 520:a17c06f773cd
47 47
48 void setLocalPath(QString workFolderPath); 48 void setLocalPath(QString workFolderPath);
49 49
50 void setCurrent(QStringList ids, QString branch); 50 void setCurrent(QStringList ids, QString branch);
51 void setClosedHeadIds(QSet<QString> ids); 51 void setClosedHeadIds(QSet<QString> ids);
52
53 void setBookmarks(QHash<QString, QStringList> bmarks);
54 52
55 void setHaveMerge(bool); 53 void setHaveMerge(bool);
56 54
57 void updateFileStates(); 55 void updateFileStates();
58 void updateHistory(); 56 void updateHistory();