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> I fixed this in your commit before pushing it. /D _______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
