0
0
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:
Victor Zarubkin 2017-06-07 01:47:05 +03:00
parent 93c3066095
commit 8c4e26e3ec

View File

@ -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);