摘要: 定义: #include std::function myPrintFunction; 函数指针 void directPrint(const QString &msg){ qDebug()} myPrintFunction = directPrint; lambda myPrintFunct... 阅读全文
posted @ 2014-06-09 11:01 淡菊 阅读(7374) 评论(3) 推荐(1) 编辑