2009-10-15 12:53 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* contrib/hbqt/qth/QIODevice.qth
  * contrib/hbqt/qth/QWidget.qth
    ! Commented out Windows specific function.
This commit is contained in:
Pritpal Bedi
2009-10-15 19:57:00 +00:00
parent 92f0efd1c9
commit 2cc9a8942f
3 changed files with 7 additions and 8 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-10-15 12:53 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbqt/qth/QIODevice.qth
* contrib/hbqt/qth/QWidget.qth
! Commented out Windows specific function.
2009-10-15 18:01 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/compiler/genc.c
* harbour/src/compiler/compi18n.c

View File

@@ -71,16 +71,10 @@ New =
*/
HB_FUNC( QT_QIODEVICE )
{
#if 0
if( hb_pcount() == 1 && HB_ISPOINTER( 1 ) )
{
hb_retptr( ( QIODevice* ) new QIODevice( hbqt_par_QObject( 1 ) ) );
// hb_retptr( new QIODevice( hbqt_par_QObject( 1 ) ) );
}
else
{
hb_retptr( ( QIODevice* ) new QIODevice() );
}
#endif
}
</CODE>

View File

@@ -297,7 +297,7 @@ bool updatesEnabled () const
QRegion visibleRegion () const
QString whatsThis () const
int width () const
WId winId () const
//WId winId () const
QWidget * window () const
QString windowFilePath () const
Qt::WindowFlags windowFlags () const