Code review comment for lp:~meths/openlp/trivialfixes

Revision history for this message
Tim Bentley (trb143) wrote :

Generally good but need Raoul to confirm as well.

-class OpenLP(QtGui.QApplication):
+class OpenLP(QApplication):
type change.
The decision was made to reference all QT things with QtCore or QtGui this moves away from that.

review: Needs Fixing

« Back to merge proposal