2009-12-21 13:07 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* contrib/hbqt/qtgui/QMenu.cpp
  * contrib/hbqt/qth/QMenu.qth
    ! Fixed some warning reported at the time of auto generation.
This commit is contained in:
Pritpal Bedi
2009-12-21 21:07:07 +00:00
parent 01f1a2a081
commit 43a0857846
3 changed files with 7 additions and 12 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-21 13:07 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbqt/qtgui/QMenu.cpp
* contrib/hbqt/qth/QMenu.qth
! Fixed some warning reported at the time of auto generation.
2009-12-21 21:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/generator/hbqtgen.prg
! Fixed to use 'hbqt_gcRelease_*' instead of 'release_*' names

View File

@@ -66,16 +66,6 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 33/35 [ 94.29% ] ]
*
* *** Unconvered Prototypes ***
* -----------------------------
*
* OSMenuRef macMenu ( OSMenuRef merge = 0 )
* HMENU wceMenu ( bool create = false )
*/
#include <QtCore/QPointer>
#include <QtGui/QMenu>

View File

@@ -105,7 +105,7 @@ QAction * insertSeparator ( QAction * before )
bool isEmpty () const
bool isTearOffEnabled () const
bool isTearOffMenuVisible () const
OSMenuRef macMenu ( OSMenuRef merge = 0 )
// OSMenuRef macMenu ( OSMenuRef merge = 0 )
QAction * menuAction () const
void popup ( const QPoint & p, QAction * atAction = 0 )
bool separatorsCollapsible () const
@@ -116,7 +116,7 @@ void setSeparatorsCollapsible ( bool collapse )
void setTearOffEnabled ( bool )
void setTitle ( const QString & title )
QString title () const
HMENU wceMenu ( bool create = false )
// HMENU wceMenu ( bool create = false )
</PROTOS>
<SIGNALS>