~ubuntu-branches/debian/jessie/stellarium/jessie

« back to all changes in this revision

Viewing changes to plugins/Observability/src/gui/ObservabilityDialog.cpp

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2014-10-19 16:47:53 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20141019164753-d3uwu66f4syh2ev5
Tags: 0.13.1-1
* Imported Upstream version 0.13.1
* Ensure proper Cmake version
* d/watch: veryfing tarball signatures
* d/patches: drop patches
* Bumped standards version to 3.9.6
* Override "package-contains-timestamped-gzip"

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
                SIGNAL(languageChanged()), this, SLOT(retranslate()));
66
66
 
67
67
        Observability* plugin = GETSTELMODULE(Observability);
68
 
        
 
68
 
 
69
        //Kinetic scrolling for tablet pc and pc
 
70
        QList<QWidget *> addscroll;
 
71
        addscroll << ui->aboutTextBrowser;
 
72
        installKineticScrolling(addscroll);
 
73
 
69
74
        // Settings:
70
75
        
71
76
        // clicked() is called only when the user makes an input,