Hi Harsh and welcome to KDE,
On Sat, Mar 2, 2013 at 9:34 PM, Harsh Chhabra wrote:
> hello everyone,
> I am a 3rd year student of information technology, good in problem
> solving,c/c++ and had a good internship in 2nd year as a developer and
> complex problem solver in a startup.
> Now i want to
Hm...
Did you try techbase.kde.org, with all the development information ?
Then find a project that you would like to work on ( projects.kde.org ),
and fix some of the projects bugs ( bugs.kde.org ) to show that you are
indeed a good problem solver.
Then talk to us, participate in the irc chats,
On Friday, March 01, 2013 04:39:37 Ömer Fadıl USTA wrote:
> at line 253 :
> void KSysGuard::Process::setVmURSS(qlonglong _vmURSS) {
> if(vmURSSChange != 0 || vmURSSChange != 0)
>
> in this if statement both parts are checking same condition
> i think one of them should be different like :
> i