From 351f4e86ed232a7c853ec7a92fdba909c44fa639 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Wed, 12 Jan 2022 18:35:14 +0800 Subject: [PATCH] clear up debug codes --- RedPandaIDE/debugger.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/RedPandaIDE/debugger.cpp b/RedPandaIDE/debugger.cpp index 89ba4085..7eb36f4e 100644 --- a/RedPandaIDE/debugger.cpp +++ b/RedPandaIDE/debugger.cpp @@ -2167,10 +2167,8 @@ Qt::ItemFlags WatchModel::flags(const QModelIndex &index) const } if (index.column() == 2) { WatchVar* item = static_cast(index.internalPointer()); - qDebug()<name<numChild<type<hasMore<<(item->numChild==0 && !item->hasMore && !item->type.isEmpty()); if (item->numChild==0 && !item->type.isEmpty()) flags |= Qt::ItemIsEditable; - qDebug()<