[PATCH] Changing some references of QSettings to the pref struct.

Gehad gehadelrobey at gmail.com
Fri Apr 11 01:51:07 PDT 2014


On 04/10/2014 07:14 PM, Dirk Hohndel wrote:
> On Tue, 2014-04-08 at 14:11 +0200, Gehad wrote:
>> This patch changes some references of QSettings to the preference struct.
>
> Thanks.
>
> BTW, you don't need the explicit path in this:
>
> @@ -1,7 +1,8 @@
>   #include "animationfunctions.h"
> +#include "../../dive.h"
> +#include "../../pref.h"
>   #include <QPropertyAnimation>
>
> the include path is set up correctly, so all you need is
> @@ -1,7 +1,8 @@
>   #include "animationfunctions.h"
> +#include "dive.h"
> +#include "pref.h"
>   #include <QPropertyAnimation>

The attached patch fixes some more explicit paths in includes like that.
> I fixed this in your commit before pushing it.
>
> /D
>

-- 
Regards,
Gehad Elrobey

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Removing-some-unneeded-explicit-paths-in-includes.patch
Type: text/x-patch
Size: 2050 bytes
Desc: not available
URL: <http://lists.hohndel.org/pipermail/subsurface/attachments/20140411/4a0f4e72/attachment.bin>


More information about the subsurface mailing list