diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-02 15:27:42 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-02 15:27:42 -0500 |
commit | 1ae1be3065a315252a7dfac96a9c981ed6727ae6 (patch) | |
tree | c4d51d9066fd845714fe305c9709c33db8073998 /src/widgets/ntqpopupmenu.h | |
parent | 308537cb0eb307820f385f38c55dc1ccc47b343b (diff) | |
parent | 573f18421513021eee6b951b542574cdaf1e868a (diff) | |
download | tqt3-1ae1be3065a315252a7dfac96a9c981ed6727ae6.tar.gz tqt3-1ae1be3065a315252a7dfac96a9c981ed6727ae6.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
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 ); }; |