fork download
  1. //CONSTRUCTOR OF MAINWINDOW
  2. //gridLayout is not empty
  3. QList<QObject*> temp{ui->gridLayout->children()}
  4.  
  5.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:3:1: error: 'QList' does not name a type
 QList<QObject*> temp{ui->gridLayout->children()} 
 ^
stdout
Standard output is empty