[vlc-devel] commit: Qt: reindent after last commit. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun May 17 03:21:12 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 17 02:10:17 2009 +0200| [adf3a962357372fd0f4fba44f0e658a1ba13f77a] | committer: Jean-Baptiste Kempf 

Qt: reindent after last commit.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=adf3a962357372fd0f4fba44f0e658a1ba13f77a
---

 modules/gui/qt4/components/open_panels.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index a80e89b..8d224f4 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -166,7 +166,8 @@ void FileOpenPanel::browseFile()
     QStringList files = QFileDialog::getOpenFileNames( this );
     foreach( const QString &file, files)
     {
-        QListWidgetItem *item = new QListWidgetItem( toNativeSeparators( file ), ui.fileListWidg );
+        QListWidgetItem *item =
+            new QListWidgetItem( toNativeSeparators( file ), ui.fileListWidg );
         item->setFlags( Qt::ItemIsEditable | Qt::ItemIsEnabled );
         ui.fileListWidg->addItem( item );
     }




More information about the vlc-devel mailing list