~ubuntu-branches/ubuntu/vivid/qgo/vivid

« back to all changes in this revision

Viewing changes to src/mainwindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Chaboisseau
  • Date: 2008-03-16 23:53:01 UTC
  • mfrom: (2.1.14 hardy)
  • Revision ID: james.westby@ubuntu.com-20080316235301-j1a8p2sgprtkgxm1
Tags: 1.5.4-r2-2
* fix several minor issues
* remove libqt3-compat-headers from control (closes: #464760)
* Bumped Standards-Version to 3.7.3. No changes needed.
* adding qgo-16.xpm

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        void slotEditPaste();
92
92
        void slotEditPasteBrother();
93
93
        void slotEditDelete();
 
94
        void slotEditHideStones(); // QQQ
94
95
        void slotEditNumberMoves();
95
96
        void slotEditMarkBrothers();
96
97
        void slotEditMarkSons();
167
168
                *fileImportSgfClipB, *fileExportSgfClipB,
168
169
                *fileExportPic, *fileExportPicClipB,
169
170
                *fileQuit ;
170
 
        QAction *editCut, *editPaste, *editPasteBrother, *editDelete, *editNumberMoves, *editMarkBrothers,
 
171
        QAction *editCut, *editPaste, *editPasteBrother, *editDelete, *editHideStones, //QQQ
 
172
                *editNumberMoves, *editMarkBrothers,
171
173
                *editMarkSons;
172
174
        QAction *navBackward, *navForward, *navFirst, *navLast, *navNextVar, *navPrevVar,
173
175
                *navMainBranch, *navStartVar, *navNextBranch, *navNthMove, *navAutoplay, *navEmptyBranch,