Skip to content
Snippets Groups Projects
Commit 5501e0b2 authored by Jan Möbius's avatar Jan Möbius
Browse files

Remove another process events

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@12233 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 8df026ea
Branches
Tags
No related merge requests found
......@@ -97,8 +97,6 @@ slotLog(Logtype _type, QString _message) {
if (_type == LOGERR)
statusBar_->showMessage(_message,textColor, 4000);
// Make shure, we see the message
// QApplication::processEvents();
}
//=============================================================================
......@@ -430,8 +430,6 @@ void CoreWidget::applicationSnapshotDialog() {
}else
snapshotCounter_++;
QApplication::processEvents();
QPixmap pic = QPixmap::grabWindow( winId() );
pic.save(newName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment