fakevim: make sure pending input is only processed once

Change-Id: I0c6141eff49413f66cfee9a1f117279cdfcd4f36
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-04-11 14:11:07 +02:00
committed by hjk
parent 87fcf7ebea
commit b79f13df6a
2 changed files with 10 additions and 7 deletions

View File

@@ -6117,6 +6117,10 @@ int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QChar c(0x1E9E);
bool b = c.isPrint();
qDebug() << c << b;
// Notify Creator about auto run intention.
if (USE_AUTORUN)
qWarning("Creator: Switch on magic autorun.");