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

Qt: Fix protectedness of customEvent

parent 0f9a94f2
......@@ -266,6 +266,8 @@ protected:
virtual void leaveEvent( QEvent *event );
virtual void keyPressEvent( QKeyEvent *event );
virtual void customEvent( QEvent *event );
private slots:
void showFSC();
void planHideFSC();
......@@ -274,8 +276,6 @@ private slots:
void centerFSC( int );
private:
virtual void customEvent( QEvent *event );
QTimer *p_hideTimer;
#if HAVE_TRANSPARENCY
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