diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6149fd5898..7b463000a8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbqt/qtgui/QMenu.cpp b/harbour/contrib/hbqt/qtgui/QMenu.cpp index 863328ad70..2476f70151 100644 --- a/harbour/contrib/hbqt/qtgui/QMenu.cpp +++ b/harbour/contrib/hbqt/qtgui/QMenu.cpp @@ -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 #include diff --git a/harbour/contrib/hbqt/qth/QMenu.qth b/harbour/contrib/hbqt/qth/QMenu.qth index d692c8e440..be35541d1e 100644 --- a/harbour/contrib/hbqt/qth/QMenu.qth +++ b/harbour/contrib/hbqt/qth/QMenu.qth @@ -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 )