#include <QDebug> #include <QApplication> #include <qlandmarkmanager.h> #include "landmarkbrowser.h" QTM_USE_NAMESPACE int main(int argc, char *argv[]) { QApplication app(argc, argv); LandmarkBrowser browser; browser.show(); return app.exec(); }
Thank you for giving your feedback.
Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.