Added settings dialog
[impuzzle] / src / imageimporter.cpp
index 961171f..dab504b 100644 (file)
@@ -46,6 +46,7 @@ QList<PuzzleItem *> ImageImporter::newPieces(const QPixmap &pixmap, const int co
     QPixmap tmp;
 
     if(pixmap.isNull()) {
+        qDebug() << "Got NULL image - using default.jpg";
         tmp = QPixmap(":/images/default.jpg");
     }
     else {