We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 559af8a commit ee2149fCopy full SHA for ee2149f
src/app/qtmain_android.cpp
@@ -41,7 +41,7 @@ static JNIEnv *m_env = NULL;
41
static jobject objptr;
42
static QSemaphore m_quitAppSemaphore;
43
static QList<QByteArray> m_applicationParams;
44
-static const char * const QtApplicationClassPathName = "eu/licentia/necessitas/industrius/QtApplication";
+static const char * const QtApplicationClassPathName = "org/kde/necessitas/origo/QtApplication";
45
46
extern "C" int main(int, char **); //use the standard main method to start the application
47
static void * startMainMethod(void * /*data*/)
0 commit comments