@@ -1,8 +1,14 @@
#include <iostream>
#include <QApplication>
#include "messagingcontrols.h"
int main(int argc, char* argv[])
{
QApplication app(argc, argv);
messagingcontrols* stuff = new messagingcontrols;;
stuff->show();
return 0;
return app.exec();
}
The note is not visible to the blocked user.