Mercurial > hg > easyhg
diff src/mainwindow.h @ 425:ad106f5fe75f
Add "Ignore Files" and "Edit Ignored List" to Work menu (latter is subsumed from Advanced menu formerly). Also subsume Serve via HTTP into File menu as Share Repository, and add a more helpful description of it. Remove Advanced menu
author | Chris Cannam |
---|---|
date | Thu, 23 Jun 2011 10:58:32 +0100 |
parents | 4593555915cf |
children | 2d57b81671de |
line wrap: on
line diff
--- a/src/mainwindow.h Wed Jun 22 17:31:57 2011 +0100 +++ b/src/mainwindow.h Thu Jun 23 10:58:32 2011 +0100 @@ -93,6 +93,7 @@ void hgNewBranch(); void hgNoBranch(); void hgServe(); + void hgIgnore(); void hgEditIgnore(); void hgAnnotateFiles(QStringList); @@ -225,7 +226,6 @@ // Menus QMenu *m_fileMenu; QMenu *m_recentMenu; - QMenu *m_advancedMenu; QMenu *m_helpMenu; // Help menu actions