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

« back to all changes in this revision

Viewing changes to src/GcPane.h

  • Committer: Package Import Robot
  • Author(s): Bhavani Shankar
  • Date: 2014-11-16 14:54:01 UTC
  • mfrom: (16.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20141116145401-89v8lm2rayldamnr
Tags: 3.1.0-1ubuntu1
* Resync on debian unstable. Remaining changes:
  + Use libgcrypt11-dev than libgcrypt-dev as it no longer exists.
    (Closes: #769754)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "GoldenCheetah.h"
22
22
 
23
23
#include <QtGui>
 
24
#include <QGraphicsScene>
 
25
#include <QGraphicsView>
 
26
#include <QGraphicsGridLayout>
 
27
#include <QGraphicsProxyWidget>
 
28
 
24
29
#include "Colors.h"
25
30
 
26
31
class GcPane : public QWidget
34
39
 
35
40
    public:
36
41
        GcPane();
37
 
        GcPane(QLayout *p);
38
42
 
39
43
        void setLayout(QLayout *layout); // override standard setLayout
40
44