2009-07-01 17:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbqt/qth/QWebHistoryItem.qth
  * contrib/hbqt/qth/QTextCursor.qth
  * contrib/hbqt/qth/QTextDocument.qth
  * contrib/hbqt/qth/QTextFrame.qth
  * contrib/hbqt/hbqt_qtextdocument.cpp
  * contrib/hbqt/hbqt_qtextcursor.cpp
  * contrib/hbqt/hbqt_qwebhistoryitem.cpp
  * contrib/hbqt/hbqt_qtextframe.cpp
    + Readded required headers locally.
This commit is contained in:
Viktor Szakats
2009-07-01 15:32:01 +00:00
parent f83f07b495
commit 0a708f0a34
9 changed files with 27 additions and 25 deletions

View File

@@ -17,6 +17,17 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-01 17:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/qth/QWebHistoryItem.qth
* contrib/hbqt/qth/QTextCursor.qth
* contrib/hbqt/qth/QTextDocument.qth
* contrib/hbqt/qth/QTextFrame.qth
* contrib/hbqt/hbqt_qtextdocument.cpp
* contrib/hbqt/hbqt_qtextcursor.cpp
* contrib/hbqt/hbqt_qwebhistoryitem.cpp
* contrib/hbqt/hbqt_qtextframe.cpp
+ Readded required headers locally.
2009-07-01 10:53 UTC+0600 April White (april users.sourceforge.net)
* examples/hbextern/hbextern.hbp
* build flags

View File

@@ -61,6 +61,7 @@
#include <QtGui/QTextCursor>
#include <QtGui/QTextDocumentFragment>
/*
@@ -570,4 +571,3 @@ HB_FUNC( QT_QTEXTCURSOR_VISUALNAVIGATION )
/*----------------------------------------------------------------------*/
#endif /* #if QT_VERSION >= 0x040500 */
/*----------------------------------------------------------------------*/

View File

@@ -70,6 +70,8 @@
#include <QtGui/QTextDocument>
#include <QtGui/QTextBlock>
#include <QtGui/QTextCursor>
/*
@@ -614,4 +616,3 @@ HB_FUNC( QT_QTEXTDOCUMENT_UNDO_1 )
/*----------------------------------------------------------------------*/
#endif /* #if QT_VERSION >= 0x040500 */
/*----------------------------------------------------------------------*/

View File

@@ -70,6 +70,7 @@
#include <QtGui/QTextFrame>
#include <QtGui/QTextCursor>
/*
@@ -141,4 +142,3 @@ HB_FUNC( QT_QTEXTFRAME_SETFRAMEFORMAT )
/*----------------------------------------------------------------------*/
#endif /* #if QT_VERSION >= 0x040500 */
/*----------------------------------------------------------------------*/

View File

@@ -59,6 +59,7 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
#include <qvariant.h>
#include <QtWebKit/QWebHistoryItem>
@@ -140,4 +141,3 @@ HB_FUNC( QT_QWEBHISTORYITEM_USERDATA )
/*----------------------------------------------------------------------*/
#endif /* #if QT_VERSION >= 0x040500 */
/*----------------------------------------------------------------------*/

View File

@@ -55,13 +55,14 @@
;
<CLASS>
Inherits =
Inherits =
Type = Core
New =
New =
</CLASS>
<CODE>
#include <QtGui/QTextCursor>
#include <QtGui/QTextDocumentFragment>
/*
@@ -155,7 +156,3 @@ bool visualNavigation () const
<SIGNALS>
</SIGNALS>

View File

@@ -57,11 +57,13 @@
<CLASS>
Inherits = QObject
Type = Core
New =
New =
</CLASS>
<CODE>
#include <QtGui/QTextDocument>
#include <QtGui/QTextBlock>
#include <QtGui/QTextCursor>
/*
@@ -169,7 +171,3 @@ void redoAvailable ( bool available )
void undoAvailable ( bool available )
void undoCommandAdded ()
</SIGNALS>

View File

@@ -62,6 +62,7 @@ New = pDocument
<CODE>
#include <QtGui/QTextFrame>
#include <QtGui/QTextCursor>
/*
@@ -95,7 +96,3 @@ void setFrameFormat ( const QTextFrameFormat & format )
<SIGNALS>
</SIGNALS>

View File

@@ -55,12 +55,14 @@
;
<CLASS>
Inherits =
Inherits =
Type = Core
New =
New =
</CLASS>
<CODE>
#include <qvariant.h>
#include <QtWebKit/QWebHistoryItem>
@@ -93,7 +95,3 @@ QVariant userData () const
<SIGNALS>
</SIGNALS>