Ver código fonte

COMP: return type changed

ivowolf 14 anos atrás
pai
commit
b7d86fe524

+ 0 - 2
Plugins/org.commontk.dicom.examplehost/ctkDicomExampleHost.cpp

@@ -16,9 +16,7 @@ void ctkDicomExampleHost::StartApplication(QString AppPath, const QUrl& App_URL)
             AppPath,l))
     {
         qCritical() << "application failed to start!";
-        return 0;
     }
-    return 1;
 }
 
 QRect ctkDicomExampleHost::getAvailableScreen(const QRect& preferredScreen){