~ubuntu-branches/ubuntu/trusty/openscenegraph/trusty

« back to all changes in this revision

Viewing changes to OpenSceneGraph/include/osgQt/QWebViewImage

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-11-12 02:21:14 UTC
  • mfrom: (31.1.3 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131112022114-qaxfhdnhn88vnh10
Tags: 3.2.0~rc1-1ubuntu1
Fix deprecated url_feof.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
// make sure this header isn't built as par of osgQt, leaving it to applications to build
18
18
#if !defined(OSGQT_LIBRARY) && !defined(OSG_LIBRARY_STATIC)
19
19
 
20
 
#include <QtWebKit/QtWebKit>
 
20
#if QT_VERSION >= 0x050000
 
21
# include <QtWebKitWidgets>
 
22
#else
 
23
# include <QtWebKit>
 
24
#endif
 
25
 
21
26
 
22
27
#include <osgWidget/Browser>
23
28
#include <osgQt/QGraphicsViewAdapter>