Code review comment for lp:~aacid/unity8/qt55

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

"""
+#include <QtCore/QObject>
"""

We are not doing #includes like that anymore, it should be just <QObject>. So go ahead and fix the "#include <QtGui/QColor>" below as well.

« Back to merge proposal