[mythtv] MythGallery addition of copy to USB drive

Roy Lofthouse lofty69 at gmail.com
Wed Jan 21 11:50:26 UTC 2009


2009/1/21 Remko Christ <trisooma at xs4all.nl>:
> Hi,
>
> when coding in C++ (or C for that matter) the function definitions are
> usually found in *.h files. Check out Galleryutil.h......
>
> Good luck in your efforts,
>
> Trisooma
>

ah.. thanks.

    static bool CopyMove(const QFileInfo &src, QFileInfo &dst, bool move)
        { if (move) return Move(src, dst); else return Copy(src, dst); }

Now it makes sense :)


More information about the mythtv-dev mailing list