mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Removed qApp->proccessEvents()
This commit is contained in:
parent
687b5684ba
commit
c5cfd0b558
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user