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

Diff of /infoscreen/MyWebView.h

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

revision 533 by torben, Tue Dec 15 13:53:02 2009 UTC revision 534 by torben, Thu Jan 7 19:42:12 2010 UTC
# Line 7  Line 7 
7    
8  class MyWebView : public QWebView  class MyWebView : public QWebView
9  {  {
10          Q_OBJECT      Q_OBJECT
11  public:  public:
12          MyWebView(QWidget* parent);      MyWebView(QWidget* parent);
13    
14          void start();      void start();
15    
16          void showError(const char* msg);      void showError(const char* msg);
17    
18          QString generateUrl();      QString generateUrl();
19  public slots:  public slots:
20          void onChange(bool success);      void onChange(bool success);
21          void onTimer();      void onTimer();
22  };  };
23    
24  #endif //MYWEBVIEW_H  #endif //MYWEBVIEW_H

Legend:
Removed from v.533  
changed lines
  Added in v.534

  ViewVC Help
Powered by ViewVC 1.1.20