changeset 433:396f3dc910dd

Only added some spaces. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@668 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 04 May 2008 18:05:55 +0000
parents 49ca567205b0
children a4bcab6a0bda
files src/mainwindow.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Sat May 03 13:59:02 2008 +0000
+++ b/src/mainwindow.cpp	Sun May 04 18:05:55 2008 +0000
@@ -1562,7 +1562,7 @@
 
 /*!
     \brief If the dragged in object contains urls/paths to a file, accept the drag.
-*/
+ */
 void MainWindow::dragEnterEvent(QDragEnterEvent *event) {
     if ( event->mimeData()->hasUrls() ) {
         event->acceptProposedAction();
@@ -1572,7 +1572,7 @@
 
 /*!
     \brief If the dropped in object contains urls/paths to a file, open that file.
-*/
+ */
 void MainWindow::dropEvent(QDropEvent *event) {
     if ( event->mimeData()->hasUrls() ) {
         QString filePathName = event->mimeData()->urls().first().toLocalFile();