* 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.
58 lines
819 B
Plaintext
58 lines
819 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 =
|
|
Inherit = QObject
|
|
Type =
|
|
New =
|
|
Constructor = no
|
|
</CLASS>
|
|
|
|
<SUBCLASS>
|
|
</SUBCLASS>
|
|
|
|
|
|
<CODE>
|
|
#include <QtGui/QSyntaxHighlighter>
|
|
#include "hbqt_hbqsyntaxhighlighter.h"
|
|
|
|
/*
|
|
* QSyntaxHighlighter ( QObject * parent )
|
|
* QSyntaxHighlighter ( QTextDocument * parent )
|
|
* QSyntaxHighlighter ( QTextEdit * parent )
|
|
* virtual ~QSyntaxHighlighter ()
|
|
*/
|
|
HB_FUNC( QT_QSYNTAXHIGHLIGHTER )
|
|
{
|
|
|
|
}
|
|
</CODE>
|
|
|
|
<ENUMS>
|
|
</ENUMS>
|
|
|
|
<PROTOS>
|
|
|
|
QTextDocument * document () const
|
|
void setDocument ( QTextDocument * doc )
|
|
|
|
</PROTOS>
|
|
|
|
<SLOTS>
|
|
void rehighlight ()
|
|
</SLOTS>
|
|
|
|
<SIGNALS>
|
|
</SIGNALS>
|