Line 31 in fvupdater.cpp:
I get a compile error: "unresolved external" - "extern QSettings* settings;".
This is no wonder. I couldn't find any place in the code where "settings" is actually defined.
Using Qt 5.1, VC 2012 x64.
Loosely translated compile message:
fvupdater.obj : error LNK2019: Link to unresolved external Symbol ""class QSettings * settings" (?settings@@3PEAVQSettings@@ea)" in function ""private: void __cdecl FvUpdater::decideWhatToDoWithCurrentUpdateProposal(void)" (?decideWhatToDoWithCurrentUpdateProposal@FvUpdater@@AEAAXXZ)".