Commit 855294ed authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Fix protectedness of customEvent

parent 0f9a94f2
...@@ -266,6 +266,8 @@ protected: ...@@ -266,6 +266,8 @@ protected:
virtual void leaveEvent( QEvent *event ); virtual void leaveEvent( QEvent *event );
virtual void keyPressEvent( QKeyEvent *event ); virtual void keyPressEvent( QKeyEvent *event );
virtual void customEvent( QEvent *event );
private slots: private slots:
void showFSC(); void showFSC();
void planHideFSC(); void planHideFSC();
...@@ -274,8 +276,6 @@ private slots: ...@@ -274,8 +276,6 @@ private slots:
void centerFSC( int ); void centerFSC( int );
private: private:
virtual void customEvent( QEvent *event );
QTimer *p_hideTimer; QTimer *p_hideTimer;
#if HAVE_TRANSPARENCY #if HAVE_TRANSPARENCY
QTimer *p_slowHideTimer; QTimer *p_slowHideTimer;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment