История изменений
Исправление fluorite, (текущая версия) :
1. И где здесь требование, что конструктор не должен иметь аргументов?
default constructor и означает конструктор без аргументов.
Исправление fluorite, :
1. И где здесь требование, что конструктор не должен иметь аргументов?
default constructor и означает конструктор без аргументов.
2
http://doc.qt.io/qt-5/qvariant.html
The methods named toT() (e.g., toInt(), toString()) are const. If you ask for the stored type, they return a copy of the stored object. If you ask for a type that can be generated from the stored type, toT() copies and converts and leaves the object itself unchanged. If you ask for a type that cannot be generated from the stored type, the result depends on the type; see the function documentation for details.
Исходная версия fluorite, :
1. И где здесь требование, что конструктор не должен иметь аргументов?
default constructor и означает конструктор без аргументов.