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

Dirk Hohndel dirk at hohndel.org
Thu Apr 10 10:14:18 PDT 2014


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



More information about the subsurface mailing list