roniemartinez / libqpsd

PSD (Photoshop Document) & PSB (Photoshop Big) Plugin for Qt/C++ (Qt4/Qt5/Qt6)
GNU Lesser General Public License v2.1
109 stars 25 forks source link

Fix bug with QImageIOPlugin::Capabilities() #10

Closed yuezhao closed 11 years ago

yuezhao commented 11 years ago

I had fetched the lastest sources, compiled it and found it doesn't work. This is caused by QImageIOPlugin::Capabilities(), since it couldn't determine whether the format supportting. Then I fix it.

roniemartinez commented 11 years ago

Sorry, my bad! I removed those lines thinking that they are unused since it still works fine on my machine. Thank you!