Remove comma at the end of the enum
authorThiago Macieira <thiago.macieira@intel.com>
Sat, 22 Dec 2012 22:07:36 +0000 (14:07 -0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 28 Dec 2012 22:29:17 +0000 (23:29 +0100)
Required for public header cleanliness

Change-Id: I2641fd085071b2a69806e8622c7c35be74f744b1
Reviewed-by: Jonas Rabbe <jonas.rabbe@gmail.com>
src/multimedia/audio/qsound.h

index cf799e5..a4d5327 100644 (file)
@@ -57,7 +57,7 @@ class Q_MULTIMEDIA_EXPORT QSound : public QObject
 public:
     enum Loop
     {
-        Infinite = -1,
+        Infinite = -1
     };
 
     static void play(const QString& filename);