@@ -0,0 +1,10 @@
#include <QCoreApplication>
#include <QRemoteObjectRegistryHost>
int main(int argc, char *argv[]) {
QCoreApplication a(argc, argv);
QRemoteObjectRegistryHost registryHost(QUrl("tcp://*:7478"));
return QCoreApplication::exec();
}
The note is not visible to the blocked user.