This is compiling, thank you, thank you very much!
But, this is raising warnings and (naturally) another issue:
/media/.../ida_login/c_idasection.h:163: Warnung: non-static data member
initializers only available with -std=c++11 or -std=gnu++11 [enabled by
default]
c_Areas mAreas{this};
^
/media/.../ida_login/c_idasection.h:163: Warnung: extended initializer
lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
c_Areas mAreas{this};
^
Here, I'm using QT Creator 3.0.1 Based on QT 5.2.1 (from my About dialog).
And on this site
<
http://stackoverflow.com/questions/16948382/how-to-enable-c11-in-qt-creator>
I can read 'use CONFIG += c++11', but that isn't working for me...
But ok so far, thanks again and
with ragards
Heinz-Mario Frühbeis