Version information for the qml ui module
This commit is contained in:
parent
238cac1eb8
commit
51efb2e089
2 changed files with 9 additions and 8 deletions
|
@ -40,11 +40,9 @@ Python {
|
|||
signal updatedPodcast(var podcast)
|
||||
|
||||
Component.onCompleted: {
|
||||
setHandler('hello', function (version, copyright, date, url) {
|
||||
console.log('gPodder ' + version + ' (' + date + ')');
|
||||
console.log(url);
|
||||
console.log(copyright);
|
||||
|
||||
setHandler('hello', function (coreversion, uiversion) {
|
||||
console.log('gPodder Core ' + coreversion);
|
||||
console.log('gPodder QML UI ' + uiversion);
|
||||
console.log('PyOtherSide ' + py.pluginVersion());
|
||||
console.log('Python ' + py.pythonVersion());
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue