connect(from_file, SIGNAL(triggered()), MyQPlainTextEdit,
SLOT(on_pushButton_clicked()));
expected primary-expression before ',' token ..
Why this doesn't work? When I use this
, it works (in my case this
is MyQPlainTextEdit(0x20429230, name="plainTextEdit")
), so why this doesn't work?
^