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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2014-03-10 14:30:51 UTC
  • mfrom: (1.1.4) (5.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20140310143051-6rr67kxeqic3zern
Tags: 5.2.1+dfsg-1ubuntu1
* debian/patches/aarch64.patch
  - Needed to fix arm64 FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#include <QtScript/qscriptextensioninterface.h>
30
30
 
31
 
QT_BEGIN_HEADER
32
 
 
33
31
QT_BEGIN_NAMESPACE
34
32
 
35
33
 
52
50
 
53
51
QT_END_NAMESPACE
54
52
 
55
 
QT_END_HEADER
56
 
 
57
53
#endif // QSCRIPTEXTENSIONPLUGIN_H