Skip to content

Commit

Permalink
[qt5web] adjust printout and dates in sources
Browse files Browse the repository at this point in the history
One see exact Qt version in error messages
  • Loading branch information
linev committed Aug 16, 2023
1 parent 13afb29 commit 7342516
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion gui/qt5webdisplay/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 1995-2019, Rene Brun and Fons Rademakers.
# Copyright (C) 1995-2023, Rene Brun and Fons Rademakers.
# All rights reserved.
#
# For the licensing terms see $ROOTSYS/LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion gui/qt5webdisplay/rootqt5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
Expand Down
7 changes: 3 additions & 4 deletions gui/qt5webdisplay/rooturlschemehandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!


/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
Expand Down Expand Up @@ -120,12 +119,12 @@ class TWebGuiCallArg : public THttpCallArg {
QWebEngineUrlRequestJob *req = fRequest.req();

if (!req) {
R__LOG_ERROR(QtWebDisplayLog()) << "Qt5 request already processed path " << GetPathName() << " file " << GetFileName();
R__LOG_ERROR(QtWebDisplayLog()) << "Qt " << QT_VERSION_STR << " request already processed path " << GetPathName() << " file " << GetFileName();
return;
}

if (Is404()) {
R__LOG_ERROR(QtWebDisplayLog()) << "Qt5 request FAIL path " << GetPathName() << " file " << GetFileName();
R__LOG_ERROR(QtWebDisplayLog()) << "Qt " << QT_VERSION_STR << " request FAIL path " << GetPathName() << " file " << GetFileName();

req->fail(QWebEngineUrlRequestJob::UrlNotFound);
// abort request
Expand Down
2 changes: 1 addition & 1 deletion gui/qt5webdisplay/rooturlschemehandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
Expand Down
2 changes: 1 addition & 1 deletion gui/qt5webdisplay/rootwebpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
Expand Down
2 changes: 1 addition & 1 deletion gui/qt5webdisplay/rootwebpage.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
Expand Down
2 changes: 1 addition & 1 deletion gui/qt5webdisplay/rootwebview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
Expand Down
2 changes: 1 addition & 1 deletion gui/qt5webdisplay/rootwebview.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
Expand Down
2 changes: 1 addition & 1 deletion gui/qt6webdisplay/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 1995-2021, Rene Brun and Fons Rademakers.
# Copyright (C) 1995-2023, Rene Brun and Fons Rademakers.
# All rights reserved.
#
# For the licensing terms see $ROOTSYS/LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion gui/qt6webdisplay/rootqt6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
Expand Down

0 comments on commit 7342516

Please sign in to comment.