New repo in kdereview: PlasmaTube

Devin espidev at gmail.com
Mon Feb 6 00:07:52 GMT 2023


Hi Albert,

>  qrc:/SettingsPage.qml:54: ReferenceError: logout is not defined

Fixed.

> qrc:/videoplayer/VideoControls.qml:186: TypeError: Cannot read property 'formatList' of undefined

Fixed.

> You're also mixing tr() and i18n() in your C++ code, please move it all to i18n

Should be fixed now.

> LocalizedString::setApplicationDomain("tokodon");

Fixed.

Thanks,
Devin

On Sun, Feb 5, 2023 at 4:16 AM Albert Astals Cid <aacid at kde.org> wrote:
>
> El dissabte, 4 de febrer de 2023, a les 19:14:20 (CET), Devin va escriure:
> > Hi everyone,
> >
> > I would like to put PlasmaTube through kdereview:
> >
> > https://invent.kde.org/multimedia/plasmatube
> >
> > PlasmaTube is a YouTube client for both mobile and desktop.
>
> These two warnings seem like you should fix them
>  qrc:/SettingsPage.qml:54: ReferenceError: logout is not defined
>    There's no logout anywhere
>
>  qrc:/videoplayer/VideoControls.qml:186: TypeError: Cannot read property
> 'formatList' of undefined
>    As far as I can see the video property of VideoControls is a MpvObject
> which doesn-t have a video property
>
>
> KLocalizedString::setApplicationDomain("tokodon");
>    This application is not tokodon ;)
>
> You're also mixing tr() and i18n() in your C++ code, please move it all to
> i18n
>
>
> Cheers,
>   Albert
>
>
> >
> > Thanks,
> > Devin
>
>
>
>


More information about the kde-core-devel mailing list