~dandrader/qtubuntu/useApplicationStateAPI

« back to all changes in this revision

Viewing changes to src/ubuntumirclient/window.cpp

  • Committer: Daniel d'Andrada
  • Date: 2015-11-17 16:18:26 UTC
  • mfrom: (283.1.1 qtubuntu-fix-1504776)
  • Revision ID: daniel.dandrada@canonical.com-20151117161826-pzmcf93sj90jdde8
Merge and tweak lp:~sam-sgrs/qtubuntu/qtubuntu-fix-1504776

Show diffs side-by-side

added added

removed removed

Lines of Context:
533
533
    // Therefore let's ensure we are up to date with the system clipboard now that we are getting
534
534
    // focused again.
535
535
    mClipboard->requestDBusClipboardContents();
536
 
    QWindowSystemInterface::handleWindowActivated(window(), Qt::ActiveWindowFocusReason);
537
536
}
538
537
 
539
538
void UbuntuWindow::setWindowState(Qt::WindowState state)