]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/main_interface.hpp
qt4: Catch INPUT_EVENT_PROGRAM updates and show icon when "program-scrambled" is...
[vlc] / modules / gui / qt4 / main_interface.hpp
index fd66a5d7f7442985d1bfabe26b92c9d708d7a414..ff96d353e336336ee82feacc75342413120c4aa2 100644 (file)
@@ -142,9 +142,7 @@ private:
 
     /* Status Bar */
     QLabel              *nameLabel;
-#if 0
     QLabel              *cryptedLabel;
-#endif
 
     virtual void customEvent( QEvent *);
     virtual void keyPressEvent( QKeyEvent *);
@@ -177,9 +175,7 @@ private slots:
     void updateSystrayTooltipName( QString );
     void updateSystrayTooltipStatus( int );
 
-#if 0
     void showCryptedLabel( bool );
-#endif
 signals:
     void askReleaseVideo( );
     void askVideoToResize( unsigned int, unsigned int );