我通常在Ubuntu上工作,使用CMake和本地環境。我的項目編譯並運行良好。現在我改成OSX和首先的編譯QCustomPlot當我收到一些警告: QCustomPlot/include/qcustomplot.h:6007:15: warning:
'findEnd' overrides a member function but is not marked 'override'
我正在研究一個需要將QCustomPlot FrameWork中的QCPGraph插入到std::multimap中的程序。注意:我對C++仍然很陌生。但是,我無法讓這個工作,這真是令人沮喪。 這裏是我的代碼: ui->customPlot->addGraph();
/*
fill graph with some data
*/
QCPGraph *graph = ui->