[vlc-devel] commit: Qt: reindent after last commit. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed May 20 18:53:44 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 17 02:10:17 2009 +0200| [66765c05fb90017b0643453d57661a741c36600e] | committer: Jean-Baptiste Kempf
Qt: reindent after last commit.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=66765c05fb90017b0643453d57661a741c36600e
---
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