Re: Review Request 127559: BUG 360129 Do not fetch from csvimporterrc if it's empty

2016-04-08 Thread Christian David
> On April 7, 2016, 9:59 p.m., Christian David wrote: > > kmymoney/plugins/csvimport/investprocessing.cpp, line 1967 > > > > > > Should become > > ```m_shrsinList = profilesGroup.readEntry("ShrsinParam", >

Re: Review Request 127559: BUG 360129 Do not fetch from csvimporterrc if it's empty

2016-04-08 Thread Łukasz Wojniłowicz
> On April 7, 2016, 7:59 p.m., Christian David wrote: > > kmymoney/plugins/csvimport/investprocessing.cpp, line 1967 > > > > > > Should become > > ```m_shrsinList = profilesGroup.readEntry("ShrsinParam", >

Re: Build fails

2016-04-08 Thread aga
On 08/04/16 15:31, Thomas Baumgart wrote: Allan, did you try to do s.th. like cd /home/aga/GIT360435/kmymoney rm -rf build mkdir build cd build cmake .. make Thanks Thomas. I realised in bed that that was what was needed, and all was OK afterwords. My brain is pretty fogged up recently.

Re: Build fails

2016-04-08 Thread Thomas Baumgart
Allan, did you try to do s.th. like cd /home/aga/GIT360435/kmymoney rm -rf build mkdir build cd build cmake .. make On Thursday 07 April 2016 23:20:36 aga wrote: > Please, can somebody tell me how I should fix this. > " > make > [ 0%] Automatic moc for target kgpgfile > Generating moc_kgpgf

Re: Review Request 127559: BUG 360129 Do not fetch from csvimporterrc if it's empty

2016-04-08 Thread Allan Anderson
> On April 7, 2016, 7:59 p.m., Christian David wrote: > > kmymoney/plugins/csvimport/investprocessing.cpp, line 1967 > > > > > > Should become > > ```m_shrsinList = profilesGroup.readEntry("ShrsinParam", >