~ubuntu-branches/ubuntu/trusty/qtscript-opensource-src/trusty-proposed

« back to all changes in this revision

Viewing changes to src/script/api/qscriptengineagent.h

  • Committer: Package Import Robot
  • Author(s): Lisandro Damián Nicanor Pérez Meyer
  • Date: 2013-07-14 16:25:38 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130714162538-rw297zcco4y5gbad
Tags: 5.1.0+dfsg-1
* New upstream release.
* Fix watch file.
* Bump Qt dependencies to 5.1.0~.
* Make libqt5script5 provide qtscript-api-5-1-0.
  In this way we can know if external packages are using private headers.
  - Add the necessary options in the symbols file.
  - Add mark_private_symbols.sh.
  - Mark private symbols.
  - Add lintian overrides for dependency on other lib.
* Update install files.
* Update symbols files.
* Add third party copyright stuff for ce-compat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <QtCore/qscopedpointer.h>
31
31
#include <QtScript/qtscriptglobal.h>
32
32
 
33
 
QT_BEGIN_HEADER
34
 
 
35
33
QT_BEGIN_NAMESPACE
36
34
 
37
35
 
86
84
 
87
85
QT_END_NAMESPACE
88
86
 
89
 
QT_END_HEADER
90
 
 
91
87
#endif