]> Creatis software - clitk.git/blobdiff - vv/vv.cxx
cleanup / better handling of errors
[clitk.git] / vv / vv.cxx
index 1f0f13adb382a217e79b87e59de4779127fcc3d6..908429574b8ee4e05123a1b41179153aaa9d32c0 100644 (file)
--- a/vv/vv.cxx
+++ b/vv/vv.cxx
@@ -32,9 +32,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "clitkCommon.h"
 #include "vvMainWindow.h"
 #include "vvInit.h"
-
 #include "vvConstants.h"
 
+//------------------------------------------------------------------------------
 int main( int argc, char** argv )
 {
     initialize_IO();
@@ -44,7 +44,7 @@ int main( int argc, char** argv )
     //QPixmap pixmap(":/splashscreen.PNG");
     QSplashScreen *splash = new QSplashScreen(QPixmap(QString::fromUtf8(":/new/prefix1/splashscreen.PNG")));
     /*splash->showMessage("VV 1.0 developped by Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr and CREATIS-LRMN http://www.creatis.insa-lyon.fr",(Qt::AlignRight | Qt::AlignBottom));*/
-//  splash->show();
+    //  splash->show();
     QTimer::singleShot(2000, splash, SLOT(close()));
     while (!splash->isHidden())
         app.processEvents();