Mercurial > hg > easyhg
diff filestatuswidget.h @ 325:5fa5c908ca00 filelist_right_button_menu
Add right-button menus (not yet functional, but hopefully with the right things in them)
author | Chris Cannam |
---|---|
date | Thu, 10 Mar 2011 21:04:58 +0000 |
parents | 3fbafca196e4 |
children | 6e1fdda1dff2 |
line wrap: on
line diff
--- a/filestatuswidget.h Thu Mar 10 18:45:50 2011 +0000 +++ b/filestatuswidget.h Thu Mar 10 21:04:58 2011 +0000 @@ -84,6 +84,7 @@ QMap<FileStates::State, QString> m_simpleLabels; QMap<FileStates::State, QString> m_descriptions; QMap<FileStates::State, QListWidget *> m_stateListMap; + QMap<FileStates::Activity, QString> m_actionLabels; QString m_highlightExplanation; QFileInfo *m_dateReference;