Remove net.kamago prefix from c++ imports
parent
2b47295e1d
commit
9800661467
|
@ -20,7 +20,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import net.kamago.harbour.wallaread 1.0
|
import harbour.wallaread 1.0
|
||||||
|
|
||||||
import "../js/WallaBase.js" as WallaBase
|
import "../js/WallaBase.js" as WallaBase
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ int main(int argc, char *argv[])
|
||||||
//
|
//
|
||||||
// To display the view, call "show()" (will show fullscreen on device).
|
// To display the view, call "show()" (will show fullscreen on device).
|
||||||
|
|
||||||
qmlRegisterType<HttpRequester>( "net.kamago.harbour.wallaread", 1, 0, "HttpRequester" );
|
qmlRegisterType<HttpRequester>( "harbour.wallaread", 1, 0, "HttpRequester" );
|
||||||
|
|
||||||
return SailfishApp::main(argc, argv);
|
return SailfishApp::main(argc, argv);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue