This commit is contained in:
Kovid Goyal 2014-12-04 09:03:39 +05:30
parent cd50b844ea
commit 7c80c4cfe4

View File

@ -956,7 +956,6 @@ class Application(QApplication):
p.setColor(p.Inactive, role, p.color(p.Active, role)) p.setColor(p.Inactive, role, p.color(p.Active, role))
self.setPalette(p) self.setPalette(p)
if iswindows:
# Prevent text copied to the clipboard from being lost on quit due to # Prevent text copied to the clipboard from being lost on quit due to
# Qt 5 bug: https://bugreports.qt-project.org/browse/QTBUG-41125 # Qt 5 bug: https://bugreports.qt-project.org/browse/QTBUG-41125
self.aboutToQuit.connect(self.flush_clipboard) self.aboutToQuit.connect(self.flush_clipboard)