]> git.sesse.net Git - vlc/commitdiff
Drop trailing semicolons
authorFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 14 Apr 2010 17:46:42 +0000 (10:46 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 15 Apr 2010 14:59:20 +0000 (16:59 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
31 files changed:
modules/gui/qt4/components/complete_preferences.hpp
modules/gui/qt4/components/info_panels.hpp
modules/gui/qt4/components/open_panels.hpp
modules/gui/qt4/components/playlist/playlist_model.hpp
modules/gui/qt4/components/playlist/selector.hpp
modules/gui/qt4/components/playlist/standardpanel.hpp
modules/gui/qt4/components/preferences_widgets.hpp
modules/gui/qt4/components/simple_preferences.hpp
modules/gui/qt4/components/sout/sout_widgets.hpp
modules/gui/qt4/dialogs/bookmarks.hpp
modules/gui/qt4/dialogs/convert.hpp
modules/gui/qt4/dialogs/epg.hpp
modules/gui/qt4/dialogs/errors.hpp
modules/gui/qt4/dialogs/extended.hpp
modules/gui/qt4/dialogs/gototime.hpp
modules/gui/qt4/dialogs/help.hpp
modules/gui/qt4/dialogs/mediainfo.hpp
modules/gui/qt4/dialogs/messages.hpp
modules/gui/qt4/dialogs/open.hpp
modules/gui/qt4/dialogs/playlist.hpp
modules/gui/qt4/dialogs/plugins.hpp
modules/gui/qt4/dialogs/podcast_configuration.hpp
modules/gui/qt4/dialogs/preferences.hpp
modules/gui/qt4/dialogs/sout.hpp
modules/gui/qt4/dialogs/toolbar.hpp
modules/gui/qt4/dialogs/vlm.hpp
modules/gui/qt4/dialogs_provider.hpp
modules/gui/qt4/input_manager.hpp
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/menus.hpp
modules/gui/qt4/util/customwidgets.hpp

index 29105e863833b57b53def05801f55b10e4c0e9ea..32ad1896b8e0c5ed91449ef802a0c51ff4ad3a3c 100644 (file)
@@ -64,7 +64,7 @@ Q_DECLARE_METATYPE( PrefsItemData* );
 
 class PrefsTree : public QTreeWidget
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     PrefsTree( intf_thread_t *, QWidget * );
     virtual ~PrefsTree();
index d45d25e606f63b63dce3ca321a92f4eb9cee95fb..ec58f29cfb5acdd8c1c87bb1bd9342f230078fcb 100644 (file)
@@ -52,7 +52,7 @@ class CoverArtLabel;
 
 class MetaPanel: public QWidget
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     MetaPanel( QWidget *, struct intf_thread_t * );
     void saveMeta();
@@ -95,7 +95,7 @@ signals:
 
 class ExtraMetaPanel: public QWidget
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     ExtraMetaPanel( QWidget *, struct intf_thread_t * );
 private:
@@ -108,7 +108,7 @@ public slots:
 
 class InputStatsPanel: public QWidget
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     InputStatsPanel( QWidget *, struct intf_thread_t * );
 private:
@@ -146,7 +146,7 @@ public slots:
 
 class InfoPanel: public QWidget
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     InfoPanel( QWidget *, struct intf_thread_t * );
 private:
index 6d8cbb48a49ba83a296fece611d5b99d00609650..4d2d05b0a24fa16e7562ab0223f25a3e4157eddc 100644 (file)
@@ -65,7 +65,7 @@ class QStringListModel;
 
 class OpenPanel: public QWidget
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     OpenPanel( QWidget *p, intf_thread_t *_p_intf ) : QWidget( p )
     {
@@ -84,7 +84,7 @@ signals:
 
 class FileOpenBox: public QFileDialog
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     FileOpenBox( QWidget *parent, const QString &caption,
                  const QString &directory, const QString &filter ):
@@ -97,7 +97,7 @@ public slots:
 
 class FileOpenPanel: public OpenPanel
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     FileOpenPanel( QWidget *, intf_thread_t * );
     virtual ~FileOpenPanel();
@@ -130,7 +130,7 @@ private slots:
 
 class NetOpenPanel: public OpenPanel
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     NetOpenPanel( QWidget *, intf_thread_t * );
     virtual ~NetOpenPanel();
@@ -146,7 +146,7 @@ private slots:
 
 class DiscOpenPanel: public OpenPanel
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     DiscOpenPanel( QWidget *, intf_thread_t * );
     virtual ~DiscOpenPanel();
@@ -167,7 +167,7 @@ private slots:
 
 class CaptureOpenPanel: public OpenPanel
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     CaptureOpenPanel( QWidget *, intf_thread_t * );
     virtual ~CaptureOpenPanel();
index 364234af2649bc0a3fbfc91b8ddb6354ba248078..494df32046354865822aa1e55be75471757b113c 100644 (file)
@@ -179,7 +179,7 @@ private slots:
 
 class PlMimeData : public QMimeData
 {
-    Q_OBJECT;
+    Q_OBJECT
 
 public:
     PlMimeData();
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();
index a3403308e66a2eba6bd68c13aec4c19ebaa40b3a..97663c50aec76b2e05e55ce22916b7e4e4caad42 100644 (file)
@@ -132,7 +132,7 @@ private:
 
 class LocationBar : public QWidget
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     LocationBar( PLModel * );
     void setIndex( const QModelIndex & );
index fea298ed12b5ae33582353cfbd7cec874749702e..412f21e81e6f400855f1aeed615d0c6cac65edf8 100644 (file)
@@ -303,7 +303,7 @@ private:
 
 class FileConfigControl : public VStringConfigControl
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     FileConfigControl( vlc_object_t *, module_config_t *, QWidget *,
                        QGridLayout *, int& );
@@ -324,7 +324,7 @@ protected:
 
 class DirectoryConfigControl : public FileConfigControl
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     DirectoryConfigControl( vlc_object_t *, module_config_t *, QWidget *,
                             QGridLayout *, int& );
@@ -337,7 +337,7 @@ public slots:
 
 class FontConfigControl : public VStringConfigControl
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     FontConfigControl( vlc_object_t *, module_config_t *, QWidget *,
                        QGridLayout *, int&);
@@ -374,7 +374,7 @@ struct checkBoxListItem {
 
 class ModuleListConfigControl : public VStringConfigControl
 {
-    Q_OBJECT;
+    Q_OBJECT
     friend class ConfigControl;
 public:
     ModuleListConfigControl( vlc_object_t *, module_config_t *, QWidget *,
@@ -396,7 +396,7 @@ private:
 
 class StringListConfigControl : public VStringConfigControl
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     StringListConfigControl( vlc_object_t *, module_config_t *, QWidget *,
                              bool, QGridLayout*, int& );
@@ -444,7 +444,7 @@ private slot:
  **********************************************************************/
 class KeyShortcutEdit: public QLineEdit
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     void setValue( int _value ){ value = _value; }
     int getValue() const { return value; }
@@ -464,7 +464,7 @@ signals:
 class SearchLineEdit;
 class KeySelectorControl : public ConfigControl
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     KeySelectorControl( vlc_object_t *, module_config_t *, QWidget *,
                         QGridLayout*, int& );
index e61e06bee009dd492868fc197297ad7a3268ad55..626de8279bd38084013990262409ecb0f38166a8 100644 (file)
@@ -93,7 +93,7 @@ class QTreeWidgetItem;
 
 class SPrefsCatList : public QWidget
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     SPrefsCatList( intf_thread_t *, QWidget *, bool );
     virtual ~SPrefsCatList() {};
index ce59f869c672a37084da75d76c5097c07c5b0f45..c7572e22a4b5f56baa98cacadfa520414a852e00 100644 (file)
@@ -46,7 +46,7 @@ class SoutInputBox : public QGroupBox
 
 class VirtualDestBox : public QWidget
 {
-    Q_OBJECT;
+    Q_OBJECT
     public:
         VirtualDestBox( QWidget *_parent = NULL ) : QWidget( _parent ){}
         virtual QString getMRL( const QString& ) = 0;
@@ -58,7 +58,7 @@ class VirtualDestBox : public QWidget
 
 class FileDestBox: public VirtualDestBox
 {
-    Q_OBJECT;
+    Q_OBJECT
     public:
         FileDestBox( QWidget *_parent = NULL );
         virtual QString getMRL( const QString& );
@@ -70,7 +70,7 @@ class FileDestBox: public VirtualDestBox
 
 class HTTPDestBox: public VirtualDestBox
 {
-    Q_OBJECT;
+    Q_OBJECT
     public:
         HTTPDestBox( QWidget *_parent = NULL );
         virtual QString getMRL( const QString& );
@@ -81,7 +81,7 @@ class HTTPDestBox: public VirtualDestBox
 
 class MMSHDestBox: public VirtualDestBox
 {
-    Q_OBJECT;
+    Q_OBJECT
     public:
         MMSHDestBox( QWidget *_parent = NULL );
         virtual QString getMRL( const QString& );
@@ -92,7 +92,7 @@ class MMSHDestBox: public VirtualDestBox
 
 class RTSPDestBox: public VirtualDestBox
 {
-    Q_OBJECT;
+    Q_OBJECT
     public:
         RTSPDestBox( QWidget *_parent = NULL );
         virtual QString getMRL( const QString& );
@@ -103,7 +103,7 @@ class RTSPDestBox: public VirtualDestBox
 
 class UDPDestBox: public VirtualDestBox
 {
-    Q_OBJECT;
+    Q_OBJECT
     public:
         UDPDestBox( QWidget *_parent = NULL );
         virtual QString getMRL( const QString& );
@@ -114,7 +114,7 @@ class UDPDestBox: public VirtualDestBox
 
 class RTPDestBox: public VirtualDestBox
 {
-    Q_OBJECT;
+    Q_OBJECT
     public:
         RTPDestBox( QWidget *_parent = NULL, const char *mux = NULL );
         virtual QString getMRL( const QString& );
@@ -126,7 +126,7 @@ class RTPDestBox: public VirtualDestBox
 
 class ICEDestBox: public VirtualDestBox
 {
-    Q_OBJECT;
+    Q_OBJECT
     public:
         ICEDestBox( QWidget *_parent = NULL );
         virtual QString getMRL( const QString& );
index af55f4a1fde73db59f11355e8f42604a436ecdad..119960c55329d8db27c884714ebd2cd42ba09dad 100644 (file)
@@ -33,7 +33,7 @@
 
 class BookmarksDialog : public QVLCFrame, public Singleton<BookmarksDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 private:
     BookmarksDialog( intf_thread_t * );
     virtual ~BookmarksDialog();
index 227aba20565d381150aa07315dd6a6fad7ac7e82..1df5186dd1ddf70eb8acd9239601062c507ef3a7 100644 (file)
@@ -32,7 +32,7 @@ class VLCProfileSelector;
 
 class ConvertDialog : public QVLCDialog
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     ConvertDialog( QWidget *, intf_thread_t *, const QString& );
     virtual ~ConvertDialog(){}
index d8d24a1fc2ae6c5eafbd707cd346cf9e954c4b29..9213182080e99c57bcaff5b8d1de43ed11751deb 100644 (file)
@@ -32,7 +32,7 @@ class EPGEvent;
 class EPGWidget;
 class EpgDialog : public QVLCFrame, public Singleton<EpgDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 private:
     EpgDialog( intf_thread_t * );
     virtual ~EpgDialog();
index ebe8f32831e44de48c79527aac8711dcd2a6a1df..8db1d3dd2626935c746fba8a726c90bc13a99d0b 100644 (file)
@@ -34,7 +34,7 @@ class QTextEdit;
 
 class ErrorsDialog : public QVLCDialog, public Singleton<ErrorsDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
 
     void addError( const QString&, const QString& );
index ed16ded6e087b9e3c5504582aca17efc6be4e509..0c651da8d887db96f2fa5027c15a8bdb6011502d 100644 (file)
@@ -33,7 +33,7 @@ class QTabWidget;
 
 class ExtendedDialog : public QVLCFrame, public Singleton<ExtendedDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     void showTab( int i );
     int currentTab();
index f84961dde05e4c3c0fe200ca746a50952e4c7363..a173d104af82557b831057bd653112f1320ce34c 100644 (file)
@@ -31,7 +31,7 @@ class QTimeEdit;
 
 class GotoTimeDialog : public QVLCDialog, public Singleton<GotoTimeDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 private:
     GotoTimeDialog( intf_thread_t * );
     virtual ~GotoTimeDialog();
index e5b04e990a2ccef2208f7552c99453a6da220097..0f1a2b2366a794fe2bf49d68f4c593e4b881bf2e 100644 (file)
@@ -42,7 +42,7 @@ class QTextEdit;
 
 class HelpDialog : public QVLCFrame, public Singleton<HelpDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 private:
     HelpDialog( intf_thread_t * );
     virtual ~HelpDialog();
@@ -56,7 +56,7 @@ public slots:
 
 class AboutDialog : public QVLCDialog, public Singleton<AboutDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 
 private:
     AboutDialog( intf_thread_t * );
@@ -75,7 +75,7 @@ static const int UDErrorEvent = QEvent::User + DialogEventType + 22;
 
 class UpdateDialog : public QVLCFrame, public Singleton<UpdateDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     void updateNotify( bool );
 
index 4343bb719d55b6a3bfe9034f96955a8275e6bff4..469ae6718876c75c23c990f975a2f2e9b5736974 100644 (file)
@@ -33,7 +33,7 @@ class QTabWidget;
 
 class MediaInfoDialog : public QVLCFrame, public Singleton<MediaInfoDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     MediaInfoDialog( intf_thread_t *,
                      input_item_t * input = NULL );
index 720080abfd5ab933a47756f0bee0ec423aef2335..762adb80d08b6e3d159f052775bc8e4c470eb356 100644 (file)
@@ -39,7 +39,7 @@ class QLineEdit;
 
 class MessagesDialog : public QVLCFrame, public Singleton<MessagesDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 private:
     MessagesDialog( intf_thread_t * );
     virtual ~MessagesDialog();
index 694b465f57c21bfdd8e58e4ff6b3baf5aa1193b2..db2efbb67feb28438e2c0baec3f1525fe516a7c6 100644 (file)
@@ -57,7 +57,7 @@ class QTabWidget;
 
 class OpenDialog : public QVLCDialog
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     static OpenDialog * getInstance( QWidget *parent, intf_thread_t *p_intf,
                                 bool b_rawInstance = false, int _action_flag = 0,
index ac20a45e94e14b0d3beb086e8f71823378a2ef7c..9b0c63f2f87900b014fd9e35d3c7f6eeb212a449 100644 (file)
@@ -37,7 +37,7 @@ class QSettings;
 
 class PlaylistDialog : public QVLCMW, public Singleton<PlaylistDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 private:
     PlaylistWidget *playlistWidget;
 
index 2f97e9fea5c64aee34ab5a082bfc40634bd73be0..c61de2af61067cef5654f017c814879283de92fd 100644 (file)
@@ -53,7 +53,7 @@ class ExtensionCopy;
 
 class PluginDialog : public QVLCFrame, public Singleton<PluginDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 
 private:
     PluginDialog( intf_thread_t * );
@@ -68,7 +68,7 @@ private:
 
 class PluginTab : public QVLCFrame
 {
-    Q_OBJECT;
+    Q_OBJECT
 
 private:
     PluginTab( intf_thread_t *p_intf );
@@ -86,7 +86,7 @@ private slots:
 
 class ExtensionTab : public QVLCFrame
 {
-    Q_OBJECT;
+    Q_OBJECT
 
 protected:
     virtual void keyPressEvent( QKeyEvent *keyEvent );
index b653cf87c41ada39eda8fb927cb350dfcb942663..b06ff12167147212658a8b1032dda02814921fd0 100644 (file)
@@ -30,7 +30,7 @@
 
 class PodcastConfigDialog : public QVLCDialog, public Singleton<PodcastConfigDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 
 private:
     PodcastConfigDialog( intf_thread_t * );
index ef50b5201b63447983cb37bef35222a73de2bcda..e14124009eeb1dbb796f829251768c5a20e4e9cc 100644 (file)
@@ -43,7 +43,7 @@ class QLabel;
 
 class PrefsDialog : public QVLCDialog
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     PrefsDialog( QWidget *, intf_thread_t * );
     virtual ~PrefsDialog() {}
index 220333650ae062e7fe493bed2785764b1557cc9f..85c1284ca30df23e1bdd2d45bf83bc143347852b 100644 (file)
@@ -111,7 +111,7 @@ private:
 
 class SoutDialog : public QVLCDialog
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     SoutDialog( QWidget* parent, intf_thread_t *, const QString& mrl = "");
     virtual ~SoutDialog(){}
index 12b419c4cc3cb4e6c8eb5d6a38e9d9f9788566f4..6a436d806c2d60c9f39f38a21bdfef2110f835cf 100644 (file)
@@ -49,7 +49,7 @@ class QComboBox;
 
 class WidgetListing : public QListWidget
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     WidgetListing( intf_thread_t *, QWidget *_parent = 0 );
 protected:
@@ -60,7 +60,7 @@ private:
 
 class ToolbarEditDialog : public QVLCDialog
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     ToolbarEditDialog( QWidget *, intf_thread_t * );
     int getOptions() { return flatBox->isChecked() * WIDGET_FLAT +
@@ -86,7 +86,7 @@ private slots:
 
 class DroppingController: public AbstractController
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     DroppingController( intf_thread_t *, const QString& line, QWidget *parent = 0 );
     QString getValue();
index ed68e58e7077d8b2dbe24d3ebf3867d92dc65959..bcb89dc53ea857d8aebe51f782ec6e8c24373e9a 100644 (file)
@@ -70,7 +70,7 @@ class VLMWrapper;
 
 class VLMDialog : public QVLCDialog, public Singleton<VLMDialog>
 {
-    Q_OBJECT;
+    Q_OBJECT
 
 public:
     void toggleVisible();
index 60f1dd8f43c6fd22e6ee33ef6305d4aee86c80fc..75f5e595d702b5a3b9d6afa3442a7481752a77d4 100644 (file)
@@ -87,7 +87,7 @@ class QVLCMenu;
 
 class DialogsProvider : public QObject
 {
-    Q_OBJECT;
+    Q_OBJECT
     friend class QVLCMenu;
 
 public:
index d96c0a0afcec6e187bcb859a0dd78f40dc073ddc..a85d2940f1f8f0202bda4a64fd727e1f30808804 100644 (file)
@@ -113,7 +113,7 @@ public:
 
 class InputManager : public QObject
 {
-    Q_OBJECT;
+    Q_OBJECT
     friend class MainInputManager;
 
 public:
@@ -238,7 +238,7 @@ signals:
 
 class MainInputManager : public QObject
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     static MainInputManager *getInstance( intf_thread_t *_p_intf )
     {
index e26bfa473352f0510bd46ea736eadd386f750201..689da2b457f1ba30dd0ec09827569f7941d913b9 100644 (file)
@@ -64,7 +64,7 @@ enum {
 
 class MainInterface : public QVLCMW
 {
-    Q_OBJECT;
+    Q_OBJECT
 
     friend class PlaylistWidget;
 
index f1d89f218e2b7a4d822be6bbb0bb887cc7afd574..f553679ba91f187ff45c64e5f9f51443a44fe768 100644 (file)
@@ -71,7 +71,7 @@ private:
 
 class QVLCMenu : public QObject
 {
-    Q_OBJECT;
+    Q_OBJECT
     friend class MenuFunc;
 
 public:
index c903ba74266cd1db289051ad09336cc7b70eaa6c..13e685f22063e95ba416a84490972f2d2597d7cf 100644 (file)
@@ -61,7 +61,7 @@ private:
 
 class QVLCFramelessButton : public QPushButton
 {
-    Q_OBJECT;
+    Q_OBJECT
 public:
     QVLCFramelessButton( QWidget *parent = NULL );
     QSize sizeHint() const;