forked from qt-creator/qt-creator
QmlDesigner: Explicit constructors for commands
Change-Id: I3ea3db0d1c1b0fd19b0e89e7e435671f6f5e91af Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -44,7 +44,7 @@ class InformationChangedCommand
|
||||
|
||||
public:
|
||||
InformationChangedCommand();
|
||||
InformationChangedCommand(const QVector<InformationContainer> &informationVector);
|
||||
explicit InformationChangedCommand(const QVector<InformationContainer> &informationVector);
|
||||
|
||||
QVector<InformationContainer> informations() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user