* contrib/hbqt/qtcore/qth/*.qth
* contrib/hbqt/qtgui/qth/*.qth
* contrib/hbqt/qtnetwork/qth/*.qth
! Copyright year bump.
+ Formatting.
- Long coptyright notice to short one.
54 lines
691 B
Plaintext
54 lines
691 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Harbour Qt wrapper generator control file
|
|
*
|
|
* Copyright 2009-2012 Pritpal Bedi <bedipritpal@hotmail.com>
|
|
* www - http://www.harbour-project.org
|
|
*
|
|
* See COPYING for licensing terms.
|
|
*/
|
|
|
|
<CLASS>
|
|
QObject = no
|
|
Inherit =
|
|
Type =
|
|
New =
|
|
</CLASS>
|
|
|
|
<SUBCLASS>
|
|
</SUBCLASS>
|
|
|
|
<DOC>
|
|
</DOC>
|
|
|
|
<CODE>
|
|
#include <QtGui/QTextBlockUserData>
|
|
#include "hbqt_hbqsyntaxhighlighter.h"
|
|
|
|
/*
|
|
* HBQTextBlockUserData ()
|
|
* ~HBQTextBlockUserData ()
|
|
*/
|
|
HB_FUNC( QT_HBQTEXTBLOCKUSERDATA )
|
|
{
|
|
__HB_RETPTRGC__( new HBQTextBlockUserData() );
|
|
}
|
|
</CODE>
|
|
|
|
<ENUMS>
|
|
</ENUMS>
|
|
|
|
<PROTOS>
|
|
int hbSetState( int state )
|
|
int hbState()
|
|
</PROTOS>
|
|
|
|
<SLOTS>
|
|
</SLOTS>
|
|
|
|
<SIGNALS>
|
|
</SIGNALS>
|