... "test.h" #include <iostream> void Test::foo(std::unique_ptr<std::string> t_ptr){ QThread * thread = new QThread(this); moveToThread(thread); auto lambda ...
確定! 回上一頁