forked from qt-creator/qt-creator
ClassView: Remove unused ParserTreeItem::operator=
Task-number: QTCREATORBUG-25317 Change-Id: I43f1c87fb1340a4e70d3309aae0b40a0466c8f04 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -79,9 +79,6 @@ public:
|
||||
|
||||
void debugDump(int ident = 0) const;
|
||||
|
||||
protected:
|
||||
ParserTreeItem &operator=(const ParserTreeItem &other);
|
||||
|
||||
private:
|
||||
using CitSymbolInformations = QHash<SymbolInformation, ParserTreeItem::Ptr>::const_iterator;
|
||||
//! Private class data pointer
|
||||
|
||||
Reference in New Issue
Block a user