Log marking. Useful for knowing when time based things happen in log.
This commit is contained in:
@@ -52,6 +52,9 @@ void gs_frame::keyPressEvent(QKeyEvent *keyEvent)
|
|||||||
{
|
{
|
||||||
switch (keyEvent->key())
|
switch (keyEvent->key())
|
||||||
{
|
{
|
||||||
|
case Qt::Key_L:
|
||||||
|
if (keyEvent->modifiers() == Qt::AltModifier) { static int count = 0; LOG_SUCCESS(GENERAL, "Made forced mark %d in log", ++count); }
|
||||||
|
break;
|
||||||
case Qt::Key_Return:
|
case Qt::Key_Return:
|
||||||
if (keyEvent->modifiers() == Qt::AltModifier) { OnFullScreen(); return; }
|
if (keyEvent->modifiers() == Qt::AltModifier) { OnFullScreen(); return; }
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user