diff options
Diffstat (limited to 'afdnotebook.cc')
-rw-r--r-- | afdnotebook.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/afdnotebook.cc b/afdnotebook.cc index c4a4964..913986e 100644 --- a/afdnotebook.cc +++ b/afdnotebook.cc @@ -121,6 +121,8 @@ QPixmap AfdNotebook::getPageBackground(int page) const QString file = QString("userdata/lsac_data/%1.png").arg(p.gfx->basename); QImage img; + qDebug() << "Loading page background " << file; + if (!img.load(_dir.filePath(file), "PNG")) { qWarning() << "Could not load background file:" << _dir.absoluteFilePath(file); return pix; |