HamedMasafi / Nut

Advanced, Powerful and easy to use ORM for Qt
GNU Lesser General Public License v3.0
294 stars 75 forks source link

Update sqlmodel.cpp #80

Open soyoo opened 4 years ago

soyoo commented 4 years ago

change private parameters initial sequence.

HamedMasafi commented 4 years ago

LGTM, btw. @HamedMasafi are you up to use the C++11 features? Like member initialisation in headers (what I would prefer because I think it results cleaner code)?

Hi @martonmiklos Yes, in my opinion, c++11 can be considered as a base standard for the project