Browse Source

qt: remove unused BUTTON_SET_ACT

3.0.x
Steve Lhomme 10 months ago
committed by Jean-Baptiste Kempf
parent
commit
b5ec4940a4
  1. 4
      modules/gui/qt/qt.hpp

4
modules/gui/qt/qt.hpp

@ -129,10 +129,6 @@ struct vlc_playlist_locker {
button->setText( text ); \
button->setToolTip( tooltip );
#define BUTTON_SET_ACT( button, text, tooltip, thisslot ) \
BUTTON_SET( button, text, tooltip ); \
BUTTONACT( button, thisslot );
#define BUTTON_SET_IMG( button, text, image, tooltip ) \
BUTTON_SET( button, text, tooltip ); \
button->setIcon( QIcon( ":/"#image ".svg") );

Loading…
Cancel
Save