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

Diff of /infoscreen/MyWebView.h

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

revision 507 by torben, Fri Dec 11 22:15:18 2009 UTC revision 508 by torben, Sat Dec 12 17:48:23 2009 UTC
# Line 1  Line 1 
1  #include <QApplication>  
2    #ifndef MYWEBVIEW_H
3    #define MYWEBVIEW_H
4    
5  #include <QtWebKit>  #include <QtWebKit>
 #include <QDesktopWidget>  
 #include <iostream>  
 #include <stdexcept>  
6    
7    
8  class MyWebView : public QWebView  class MyWebView : public QWebView
# Line 21  public slots: Line 21  public slots:
21          void onTimer();          void onTimer();
22  };  };
23    
24    #endif //MYWEBVIEW_H

Legend:
Removed from v.507  
changed lines
  Added in v.508

  ViewVC Help
Powered by ViewVC 1.1.20