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:
@@ -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
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
|
||||
|
||||
#include <QtGui/QTextCursor>
|
||||
#include <QtGui/QTextDocumentFragment>
|
||||
|
||||
|
||||
/*
|
||||
@@ -570,4 +571,3 @@ HB_FUNC( QT_QTEXTCURSOR_VISUALNAVIGATION )
|
||||
/*----------------------------------------------------------------------*/
|
||||
#endif /* #if QT_VERSION >= 0x040500 */
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@@ -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 */
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@@ -70,6 +70,7 @@
|
||||
|
||||
|
||||
#include <QtGui/QTextFrame>
|
||||
#include <QtGui/QTextCursor>
|
||||
|
||||
|
||||
/*
|
||||
@@ -141,4 +142,3 @@ HB_FUNC( QT_QTEXTFRAME_SETFRAMEFORMAT )
|
||||
/*----------------------------------------------------------------------*/
|
||||
#endif /* #if QT_VERSION >= 0x040500 */
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@@ -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 */
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -62,6 +62,7 @@ New = pDocument
|
||||
|
||||
<CODE>
|
||||
#include <QtGui/QTextFrame>
|
||||
#include <QtGui/QTextCursor>
|
||||
|
||||
|
||||
/*
|
||||
@@ -95,7 +96,3 @@ void setFrameFormat ( const QTextFrameFormat & format )
|
||||
|
||||
<SIGNALS>
|
||||
</SIGNALS>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user