diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-01 22:51:03 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-01 22:51:03 -0500 |
commit | 573f18421513021eee6b951b542574cdaf1e868a (patch) | |
tree | 5e5b5301abd67863967999fa05669fd00dcfb378 /src/widgets/ntqpopupmenu.h | |
parent | af6b35e2ebfea3633e92b6f9496dd06ef8523c79 (diff) | |
download | tqt3-573f18421513021eee6b951b542574cdaf1e868a.tar.gz tqt3-573f18421513021eee6b951b542574cdaf1e868a.zip |
Automated update from Qt3
Diffstat (limited to 'src/widgets/ntqpopupmenu.h')
-rw-r--r-- | src/widgets/ntqpopupmenu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/ntqpopupmenu.h b/src/widgets/ntqpopupmenu.h index c4415fdfb..a028d82fe 100644 --- a/src/widgets/ntqpopupmenu.h +++ b/src/widgets/ntqpopupmenu.h @@ -193,6 +193,9 @@ private: // Disabled copy constructor and operator= TQPopupMenu( const TQPopupMenu & ); TQPopupMenu &operator=( const TQPopupMenu & ); #endif + +public: + static int menuItemHeight( TQMenuItem* mi, TQFontMetrics fm ); }; |