forked from qt-creator/qt-creator
warnings: Fix -Wdeprecated-copy
Change-Id: Iec5f5edf3752372fd7a0ce94dc26cbf7e75dd8f4 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -122,7 +122,6 @@ private:
|
||||
{
|
||||
public:
|
||||
InternalDataItem(const DataItem &item);
|
||||
InternalDataItem(const InternalDataItem &item) = default;
|
||||
|
||||
QString currentValue() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user