This commit is contained in:
hm
2021-01-10 18:49:21 +08:00
parent c4f9d6c3a1
commit 123ec1261b
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ void PowerSystem::mousePressEvent(QMouseEvent *event)
{
if(event->button() == Qt::RightButton)
{
qDebug() << event;
//qDebug() << event;
}
}