@@ -5,9 +5,9 @@
int main(int argc, char* argv[])
{
QApplication app(argc, argv);
MessagingControls* stuff = new MessagingControls;;
MessagingControls stuff{};
stuff->show();
stuff.show();
return app.exec();
}
The note is not visible to the blocked user.