Clarify QTBUG comment

This commit is contained in:
Florian Bruhin 2014-04-22 14:26:07 +02:00
parent 0de249e904
commit b167f1f8d8

View File

@ -142,9 +142,9 @@ class CurCommandDispatcher(QObject):
Args: Args:
count: The tab index to print, or None. count: The tab index to print, or None.
""" """
# FIXME for some reason we only get empty pages # QTBUG: We only get blank pages.
# maybe this is related to:
# https://bugreports.qt-project.org/browse/QTBUG-19571 # https://bugreports.qt-project.org/browse/QTBUG-19571
# If this isn't fixed in Qt 5.3, bug should be reopened.
tab = self._tabs.cntwidget(count) tab = self._tabs.cntwidget(count)
if tab is not None: if tab is not None:
printer = QPrinter() printer = QPrinter()