Tagged Questions
2
votes
1answer
142 views
Qgis C++ plugin translation
I'm having issues with the translation of my Qgis plugin.
static const QString sName = QObject::tr( "Editeur Monoscopique 3D" );
MyClass::MyClass( QgisInterface * theQgisInterface ):
...