Review Request 121681: Fix compilation

Alex Richardson arichardson.kde at gmail.com
Fri Dec 26 15:23:42 UTC 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/121681/#review72524
-----------------------------------------------------------



profilesfiletree.cpp
<https://git.reviewboard.kde.org/r/121681/#comment50570>

    qDebug() is always printed, kDebug() can be disabled. You should use qCDebug() instead.



uploadjob.cpp
<https://git.reviewboard.kde.org/r/121681/#comment50571>

    Doesn't this leak the KIO::StatJob?


- Alex Richardson


On Dez. 26, 2014, 1:31 nachm., Jakub Caban wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/121681/
> -----------------------------------------------------------
> 
> (Updated Dez. 26, 2014, 1:31 nachm.)
> 
> 
> Review request for KDevelop.
> 
> 
> Repository: kdev-upload
> 
> 
> Description
> -------
> 
> Just a few porting bits to make it compile again without KDELibs4Support:
> - port away from KIcon
> - port away from KIO::NetAccess
> - kDebug() -> qDebug() (actually I've enforced kDebug(int) -> qDebug() as I found no reason to keep that categorization in one place. If I'm mistaken let me know)
> 
> 
> Diffs
> -----
> 
>   profilesfiletree.cpp 45152f6 
>   uploaddialog.cpp 8d0c7a1 
>   uploadjob.cpp ebe556b 
>   uploadprofileitem.cpp f957ce4 
>   uploadprojectmodel.cpp c7ddacf 
> 
> Diff: https://git.reviewboard.kde.org/r/121681/diff/
> 
> 
> Testing
> -------
> 
> Compiles and works in simple cases I've tried.
> 
> 
> Thanks,
> 
> Jakub Caban
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20141226/91263d50/attachment.html>


More information about the KDevelop-devel mailing list