@@ -0,0 +1,15 @@
#include <QApplication>
#include <QMessageBox>
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QMessageBox::information(
nullptr,
"Qt Jenkins Test",
"Hello from Qt + Jenkins!"
);
return 0;
}
The note is not visible to the blocked user.