]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/qt4.hpp
Some cleanup here and there
[vlc] / modules / gui / qt4 / qt4.hpp
index af8234388a9909e3e51545452cc48b40dfe849a3..cf84e50c15b930f09e60e9498f33a68770247fc3 100644 (file)
@@ -55,6 +55,8 @@ struct intf_sys_t
 #define qtu( i ) i.toUtf8().data()
 #define qta( i ) i.toAscii().data()
 
+#define CONNECT( a, b, c, d ) connect( a, SIGNAL( b ), c, SLOT(d) )
+
 static int DialogEvent_Type = QEvent::User + 1;
 
 class DialogEvent : public QEvent