mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
VisualC++ compiler build fix
This commit is contained in:
parent
1053972f79
commit
b71ef45a3e
@ -110,17 +110,21 @@ void gSessionTimesChart::paint(QPainter &painter, gGraph &w, const QRegion ®i
|
||||
|
||||
bool gSessionTimesChart::keyPressEvent(QKeyEvent *event, gGraph *graph)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool gSessionTimesChart::mouseMoveEvent(QMouseEvent *event, gGraph *graph)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool gSessionTimesChart::mousePressEvent(QMouseEvent *event, gGraph *graph)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool gSessionTimesChart::mouseReleaseEvent(QMouseEvent *event, gGraph *graph)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user