~ubuntu-branches/ubuntu/vivid/goldencheetah/vivid-proposed

« back to all changes in this revision

Viewing changes to src/MainWindow.h

  • Committer: Package Import Robot
  • Author(s): KURASHIKI Satoru
  • Date: 2013-12-25 10:30:44 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20131225103044-11ttdb8r9us31lpn
Tags: 3.0.1-1
* New upstream release.
  Use dirstributed tarball to build. (Closes: #711722)
* New Standards-Version: 3.9.5
* remove qwt-format patch (merged at upstream).

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
        void exportRide();
319
319
        void exportBatch();
320
320
        void exportMetrics();
321
 
        void uploadStrava();
322
 
        void downloadStrava();
323
 
        void uploadRideWithGPSAction();
 
321
#ifdef GC_HAVE_LIBOAUTH
 
322
        void tweetRide();
 
323
        void share();
 
324
#endif
324
325
        void uploadTtb();
325
326
        void manualProcess(QString);
326
327
#ifdef GC_HAVE_SOAP
363
364
        void frontInterval();
364
365
        void backInterval();
365
366
        void intervalEdited(QTreeWidgetItem *, int);
366
 
#ifdef GC_HAVE_LIBOAUTH
367
 
        void tweetRide();
368
 
#endif
369
367
 
370
368
        // working with measures, not rides
371
369
        void recordMeasure();
459
457
        // only keeping those used outside of mainwindow constructor
460
458
        QAction *styleAction;
461
459
        QAction *showhideSidebar;
462
 
        QAction *stravaAction;
463
 
        QAction *rideWithGPSAction;
 
460
        QAction *tweetAction;
 
461
        QAction *shareAction;
464
462
        QAction *ttbAction;
465
463
 
466
464
        GcBubble *bubble;