QGeoRoutingManager: http://apidocs.meego.com/1.0/qtmobility/qgeoroutingmanager-members.html
このクラスにはコンストラクタがありません。そのポインタにメモリを割り当てる方法を忘れてしまいました。
やった:
QGeoRoutingManager *a = new QGeoRoutingManager ();
これはエラーになります:
calculateRoute.cpp:16: error: no matching function for call to ‘QtMobility::QGeoRoutingManager::QGeoRoutingManager()’
../../../../tarBalls/qt-mobility-opensource-src-1.2.0/install/include/QtLocation/qgeoroutingmanager.h:91: note: candidates are: QtMobility::QGeoRoutingManager::QGeoRoutingManager(const QtMobility::QGeoRoutingManager&)
エラーメッセージ「const QtMobility::QGeoRoutingManager&」に従って、そこに何を渡す必要がありますか?