whitespace fixes
remove trailing spaces & expand tabs. Change-Id: I05ef110abed90f13b47752760ffb4567a11a6a5e Reviewed-by: Yoann Lopes <yoann.lopes@digia.com> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
b690a4d902
commit
5980bc41cf
@@ -66,7 +66,7 @@ public:
|
||||
bool isFlashReady() const;
|
||||
|
||||
private:
|
||||
CameraBinSession *m_session;
|
||||
CameraBinSession *m_session;
|
||||
};
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
@@ -113,7 +113,7 @@ public:
|
||||
void setCaptureMode(QCamera::CaptureModes mode);
|
||||
|
||||
QUrl outputLocation() const;
|
||||
bool setOutputLocation(const QUrl& sink);
|
||||
bool setOutputLocation(const QUrl& sink);
|
||||
|
||||
QDir defaultDir(QCamera::CaptureModes mode) const;
|
||||
QString generateFileName(const QString &prefix, const QDir &dir, const QString &ext) const;
|
||||
|
||||
@@ -65,7 +65,7 @@ CameraButtonListener::~CameraButtonListener()
|
||||
void CameraButtonListener::handleQmKeyEvent(MeeGo::QmKeys::Key key, MeeGo::QmKeys::State state)
|
||||
{
|
||||
if (key == MeeGo::QmKeys::Camera) {
|
||||
QWidget *window = QApplication::focusWidget();
|
||||
QWidget *window = QApplication::focusWidget();
|
||||
|
||||
bool focusPressed = (state == MeeGo::QmKeys::KeyHalfDown) ||
|
||||
(state == MeeGo::QmKeys::KeyDown);
|
||||
|
||||
@@ -491,7 +491,7 @@ void QGstreamerPlayerSession::setVideoRenderer(QObject *videoOutput)
|
||||
}
|
||||
}
|
||||
|
||||
QGstreamerVideoRendererInterface* renderer = qobject_cast<QGstreamerVideoRendererInterface*>(videoOutput);
|
||||
QGstreamerVideoRendererInterface* renderer = qobject_cast<QGstreamerVideoRendererInterface*>(videoOutput);
|
||||
|
||||
m_renderer = renderer;
|
||||
|
||||
@@ -646,7 +646,7 @@ void QGstreamerPlayerSession::finishVideoOutputChange()
|
||||
m_pendingVideoSink = 0;
|
||||
gst_object_unref(GST_OBJECT(srcPad));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (m_usingColorspaceElement) {
|
||||
gst_element_set_state(m_colorSpace, GST_STATE_NULL);
|
||||
|
||||
Reference in New Issue
Block a user