~ubuntu-branches/ubuntu/vivid/qt3d-opensource-src/vivid-proposed

« back to all changes in this revision

Viewing changes to src/threed/scene/qglabstractscene.h

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-08-02 11:10:16 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130802111016-r3cjsz79ulbawpgv
Tags: 5.0~git20130731-0ubuntu1
* New upstream snapshot release
* Improve override_dh_auto_install, use --fail-missing
* Drop patches:
  - add_GPL_license_file.patch, merged upstream
  - add_module_version.patch, added upstream
  - disable_conflicting_examples.patch, not needed anymore
* Refresh link_against_system_zlib.patch
* Add bug link to workaround_zlib_linking_issue.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#include <QtCore/qurl.h>
51
51
#include <QtCore/qscopedpointer.h>
52
52
 
53
 
QT_BEGIN_HEADER
54
 
 
55
53
QT_BEGIN_NAMESPACE
56
54
 
57
55
class QGLAbstractScenePrivate;
115
113
 
116
114
QT_END_NAMESPACE
117
115
 
118
 
QT_END_HEADER
119
 
 
120
116
#endif