[vlmc-devel] [PATCH] given folder paths while load and saveas actions

Hugo Beauzée-Luyssen hugo at beauzee.fr
Fri Mar 11 11:23:50 CET 2016


On 03/10/2016 07:08 PM, sanket.markan wrote:
> fixed two fixme's in mainwindow.cpp
>
>
> _______________________________________________
> Vlmc-devel mailing list
> Vlmc-devel at videolan.org
> https://mailman.videolan.org/listinfo/vlmc-devel
>
I'd prefer to use a new setting for that, rather than adding new methods 
to the Project class.

Also, you're returning NULL from a method which returns a QString.
While it compiles because it automatically converts using 
QString(QChar*), that seems weird.
Speaking of NULL, please use nullptr rather than NULL.

Regards,


More information about the Vlmc-devel mailing list