Fixed two comments

This commit is contained in:
Arjan Schrijver 2013-01-28 20:52:26 +01:00
parent 965785a8e7
commit d09b9edcc9

View File

@ -37,11 +37,11 @@ from openlp.core.lib import Receiver
class TreeWidgetWithDnD(QtGui.QTreeWidget): class TreeWidgetWithDnD(QtGui.QTreeWidget):
""" """
Provide a list widget to store objects and handle drag and drop events Provide a tree widget to store objects and handle drag and drop events
""" """
def __init__(self, parent=None, name=u''): def __init__(self, parent=None, name=u''):
""" """
Initialise the list widget Initialise the tree widget
""" """
QtGui.QTreeWidget.__init__(self, parent) QtGui.QTreeWidget.__init__(self, parent)
self.mimeDataText = name self.mimeDataText = name