-rw-r--r-- | library/qpemenubar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/qpemenubar.h b/library/qpemenubar.h index 736b12b..5bfbe83 100644 --- a/library/qpemenubar.h +++ b/library/qpemenubar.h | |||
@@ -65,6 +65,8 @@ public: | |||
65 | 65 | ||
66 | protected: | 66 | protected: |
67 | virtual void keyPressEvent( QKeyEvent *e ); | 67 | virtual void keyPressEvent( QKeyEvent *e ); |
68 | void activateItem( int index ); | ||
69 | void goodbye(); | ||
68 | }; | 70 | }; |
69 | 71 | ||
70 | #endif | 72 | #endif |