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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user