[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [phonon-gstreamer] gstreamer
From:       Trever Fischer <tdfischer () fedoraproject ! org>
Date:       2011-01-21 20:50:36
Message-ID: 20110121205036.1870DA6092 () git ! kde ! org
[Download RAW message or body]

Git commit 2d4ccad01bb9198c07d0d32977e2330f17492cfb by Trever Fischer
Pushed by tdfischer into branch master

Code style cleanup

M  +2    -2    gstreamer/mediaobject.cpp     

http://commits.kde.org/adbfad8f/2d4ccad01bb9198c07d0d32977e2330f17492cfb

diff --git a/gstreamer/mediaobject.cpp b/gstreamer/mediaobject.cpp
index be4e73d..99bc0e7 100644
--- a/gstreamer/mediaobject.cpp
+++ b/gstreamer/mediaobject.cpp
@@ -31,10 +31,10 @@
 #include <QtCore/QEvent>
 #include <QtCore/QFile>
 #include <QtCore/QLibrary>
+#include <QtCore/QPointer>
 #include <QtCore/QStringList>
 #include <QtCore/QTimer>
 #include <QtCore/QVector>
-#include <QtCore/QPointer>
 #include <QtGui/QApplication>
 
 #define ABOUT_TO_FINNISH_TIME 2000
@@ -245,7 +245,7 @@ void \
MediaObject::pluginInstallationResult(GstInstallPluginsReturn result)  
 void MediaObject::pluginInstallationDone(GstInstallPluginsReturn result, gpointer \
userData)  {
-    QPointer<MediaObject>* that = static_cast<QPointer<MediaObject>*>(userData);
+    QPointer<MediaObject> *that = static_cast<QPointer<MediaObject>*>(userData);
     if (*that) {
         qRegisterMetaType<GstInstallPluginsReturn>("GstInstallPluginsReturn");
         QMetaObject::invokeMethod(*that, "pluginInstallationResult", \
Qt::QueuedConnection, Q_ARG(GstInstallPluginsReturn, result));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic