~ubuntu-branches/ubuntu/raring/smplayer/raring

« back to all changes in this revision

Viewing changes to src/basegui.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-02-12 03:00:21 UTC
  • mfrom: (20.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130212030021-q5mg053fru2u6zl8
Tags: 0.8.3-1
* Team upload.
* New upstream release. (Closes: #698300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        virtual void helpFAQ();
104
104
        virtual void helpCLOptions();
105
105
        virtual void helpCheckUpdates();
106
 
        virtual void helpDonate();
 
106
        virtual void helpShowConfig();
107
107
        virtual void helpAbout();
108
108
        virtual void helpAboutQt();
109
109
 
240
240
        // show the controlwidget if it's moved to
241
241
        // the bottom area.
242
242
        virtual void checkMousePos( QPoint );
 
243
        virtual void moveWindow(QPoint diff);
243
244
 
244
245
        // Single instance stuff
245
246
#ifdef SINGLE_INSTANCE
453
454
        MyAction * showFAQAct;
454
455
        MyAction * showCLOptionsAct; // Command line options
455
456
        MyAction * showCheckUpdatesAct;
456
 
        MyAction * donateAct;
 
457
        MyAction * showConfigAct;
457
458
        MyAction * aboutQtAct;
458
459
        MyAction * aboutThisAct;
459
460
 
600
601
        MyAction * channelsStereoAct;
601
602
        MyAction * channelsSurroundAct;
602
603
        MyAction * channelsFull51Act;
 
604
        MyAction * channelsFull61Act;
 
605
        MyAction * channelsFull71Act;
603
606
 
604
607
        // Stereo Mode Action Group
605
608
        MyActionGroup * stereoGroup;