mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 21:55:11 +00:00
removing old debug function in CGramDebug.cpp
This commit is contained in:
@@ -117,11 +117,4 @@ QVariant CGramModel::data(const QModelIndex &index, int role) const
|
||||
green = green * 255U / 31U;
|
||||
blue = blue * 255U / 31U;
|
||||
return QColor(red, green, blue);
|
||||
}
|
||||
|
||||
void CGramModel::enterEvent(QMouseEvent *event)
|
||||
{
|
||||
this->x = event->x();
|
||||
this->y = event->y();
|
||||
emit mouseEnter();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user