6
0
Fork 0

Rename additional global TQt functions

pull/1/head
Timothy Pearson 12 anos atrás
commit 4b1175e198

@ -836,7 +836,7 @@ bool Platform::MouseButtonBounce()
void Platform::DebugDisplay(const char *s)
{
qDebug("%s",s);
tqDebug("%s",s);
}
bool Platform::IsKeyDown(int)
@ -929,5 +929,5 @@ bool Platform::ShowAssertionPopUps(bool assertionPopUps_)
void Platform::Assert(const char *c,const char *file,int line)
{
qFatal("Assertion [%s] failed at %s %d\n",c,file,line);
tqFatal("Assertion [%s] failed at %s %d\n",c,file,line);
}

@ -401,7 +401,7 @@ void ScintillaTQt::NotifyParent(SCNotification scn)
break;
default:
qWarning("Unknown notification: %u",scn.nmhdr.code);
tqWarning("Unknown notification: %u",scn.nmhdr.code);
}
}

Carregando…
Cancelar
Salvar