]> Creatis software - clitk.git/blobdiff - vv/vvRegisterForm.cxx
Added compilation date to track whether this is a released binary or a
[clitk.git] / vv / vvRegisterForm.cxx
index c2bda0e1c581c69b0554ca35c74034b297faf4e9..e39ffddadd9faf50f80befbab7f6b679927107d6 100644 (file)
@@ -40,6 +40,8 @@ void vvRegisterForm::sendData(){
   url2.addQueryItem("os", osName->text().toUtf8());
   url2.addQueryItem("vvVersion", VV_VERSION);
   url2.addQueryItem("architecture", ARCHITECTURE);
+  url2.addQueryItem("compilationDate", QString(__DATE__) + ", " + QString(__TIME__) );
+
   manager->get(QNetworkRequest(url2));
 }
 void vvRegisterForm::accept(){