[vlc-devel] [PATCH 5/7] gui/qt: fix indentation

Filip Roséen filip at atch.se
Tue Jan 10 13:52:38 CET 2017


---
 modules/gui/qt/dialogs_provider.cpp | 8 ++++----
 modules/gui/qt/dialogs_provider.hpp | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/modules/gui/qt/dialogs_provider.cpp b/modules/gui/qt/dialogs_provider.cpp
index 9407107727..76b8c0222f 100644
--- a/modules/gui/qt/dialogs_provider.cpp
+++ b/modules/gui/qt/dialogs_provider.cpp
@@ -111,10 +111,10 @@ DialogsProvider::~DialogsProvider()
 }
 
 QStringList DialogsProvider::getOpenURL( intf_thread_t* p_intf, QWidget *parent,
-                                               const QString &caption,
-                                               const QString &dir,
-                                               const QString &filter,
-                                               QString *selectedFilter )
+                                         const QString &caption,
+                                         const QString &dir,
+                                         const QString &filter,
+                                         QString *selectedFilter )
 {
     QStringList res;
 
diff --git a/modules/gui/qt/dialogs_provider.hpp b/modules/gui/qt/dialogs_provider.hpp
index ccdc176738..2055ba8bce 100644
--- a/modules/gui/qt/dialogs_provider.hpp
+++ b/modules/gui/qt/dialogs_provider.hpp
@@ -92,10 +92,10 @@ public:
     bool isDying() { return b_isDying; }
     static QString getDirectoryDialog( intf_thread_t *p_intf);
     static QStringList getOpenURL(intf_thread_t* p_intf, QWidget *parent = Q_NULLPTR,
-                                         const QString &caption = QString(),
-                                         const QString &dir = QString(),
-                                         const QString &filter = QString(),
-                                         QString *selectedFilter = Q_NULLPTR );
+                                  const QString &caption = QString(),
+                                  const QString &dir = QString(),
+                                  const QString &filter = QString(),
+                                  QString *selectedFilter = Q_NULLPTR );
     static QString getSaveFileName( QWidget *parent = Q_NULLPTR,
                                     const QString &caption = QString(),
                                     const QString &dir = QString(),
-- 
2.11.0



More information about the vlc-devel mailing list