1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Removed qApp->proccessEvents()

This commit is contained in:
nowrep 2011-03-30 18:21:48 +02:00
parent 687b5684ba
commit c5cfd0b558

View File

@ -123,7 +123,6 @@ MainApplication::MainApplication(int &argc, char **argv)
QupZilla* qupzilla = new QupZilla(true, startUrl);
m_mainWindows.append(qupzilla);
connect(qupzilla, SIGNAL(message(MainApplication::MessageType,bool)), this, SLOT(sendMessages(MainApplication::MessageType,bool)));
qApp->processEvents();
qupzilla->show();
AutoSaver* saver = new AutoSaver();