mirror of
https://github.com/yse/easy_profiler.git
synced 2025-01-14 00:27:55 +08:00
(GUI) Fix compiler warning
This commit is contained in:
parent
93c3066095
commit
8c4e26e3ec
@ -1298,7 +1298,7 @@ void EasyGraphicsView::keyPressEvent(QKeyEvent* _event)
|
||||
|
||||
void EasyGraphicsView::keyReleaseEvent(QKeyEvent* _event)
|
||||
{
|
||||
const int key = _event->key();
|
||||
//const int key = _event->key();
|
||||
m_idleTime = 0;
|
||||
|
||||
//m_keys.erase(key);
|
||||
|
Loading…
x
Reference in New Issue
Block a user