/[projects]/infoscreen/pictureview.h
ViewVC logotype

Diff of /infoscreen/pictureview.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 525 by torben, Tue Jan 5 14:03:06 2010 UTC revision 526 by torben, Tue Jan 5 17:19:02 2010 UTC
# Line 3  Line 3 
3    
4  #include <QWidget>  #include <QWidget>
5  #include <QMap>  #include <QMap>
6    #include <QHttp>
7    
 class QHttp;  
8    
9  class PictureView : public QWidget  class PictureView : public QWidget
10  {  {
# Line 17  public slots: Line 17  public slots:
17  protected:  protected:
18      virtual void paintEvent ( QPaintEvent* event);      virtual void paintEvent ( QPaintEvent* event);
19  private:  private:
20      QHttp* http;      QHttp http;
21      QMap<QString, QPixmap> map;      QMap<QString, QPixmap> map;
22      QString requestedUrl;      QString requestedUrl;
23    

Legend:
Removed from v.525  
changed lines
  Added in v.526

  ViewVC Help
Powered by ViewVC 1.1.20