]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/selector.hpp
Drop trailing semicolons
[vlc] / modules / gui / qt4 / components / playlist / selector.hpp
index 41d37b1305251cfe7efdd7c785c8200744ea57fe..d98278788f782e3ab08bfc2010bd9935c09b8500 100644 (file)
@@ -83,7 +83,7 @@ private:
 
 class PLSelItem : public QWidget
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     PLSelItem( QTreeWidgetItem*, const QString& );
     void setText( const QString& );
@@ -110,7 +110,7 @@ Q_DECLARE_METATYPE( playlist_item_t *);
 Q_DECLARE_METATYPE( input_item_t *);
 class PLSelector: public QTreeWidget
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     PLSelector( QWidget *p, intf_thread_t *_p_intf );
     virtual ~PLSelector();