سؤال

أحاول ترجمة: http://wiki.forum.nokia.com/index.php / fetching_a_map_tile_in_qt_using_google_maps

أنا أستخدم QT-Mobility 1.2 مع QT 4.7 على OpenSuse 11.2

الأخطاء التي أتلقاها هي: giveacodicetagpre.

ملف .pro الخاص بي يحتوي على: giveacodicetagpre.

يتم الإبلاغ عن الخطأ في ملف الرأس، الذي أظهرته على النحو التالي: giveacodicetagpre.

يرجى توجيه.

هل كانت مفيدة؟

المحلول

You'll need to include at least one QtMobility header to be able to use that namespace.

Also that using namespace declaration is not the recommended way anymore. Use:

 QTM_USE_NAMESPACE

instead (see QtMobility QuickStart).

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top