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