~ubuntu-branches/ubuntu/wily/marble/wily

« back to all changes in this revision

Viewing changes to src/lib/marble/TourPlayback.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, José Manuel Santamaría Lema, Jonathan Riddell, Philip Muškovac
  • Date: 2015-08-13 11:44:25 UTC
  • mfrom: (1.5.12)
  • Revision ID: package-import@ubuntu.com-20150813114425-kdwa08ijv9p1f1rt
Tags: 4:15.08.0-0ubuntu1
[ José Manuel Santamaría Lema ]
* Update symbols: mark as optional symbols gone after building with
  GCC 5

[ Jonathan Riddell ]
* New upstream release
* Port to frameworks 5
* new upstream beta release

[ Philip Muškovac ]
* Add upstream_fix-vtable-linking.diff to fix vtable linking

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    void updated( GeoDataFeature* );
85
85
    void added( GeoDataContainer *parent, GeoDataFeature *feature, int row );
86
86
    void removed( const GeoDataFeature *feature  );
 
87
    void itemFinished( int index );
87
88
 
88
89
private Q_SLOTS:
89
90
    void stopTour();
90
91
    void showBalloon( GeoDataPlacemark* );
91
92
    void hideBalloon();
92
93
    void centerOn( const GeoDataCoordinates &coordinates );
 
94
    void handleFinishedItem( int index );
93
95
 
94
96
private:
95
97
    TourPlaybackPrivate * const d;