Git commit ce348403f0d5e5a221f708560d1958935786efe7 by Stefan Gerlach. Committed on 31/05/2015 at 21:57. Pushed by sgerlach into branch 'master'. small fixes M +3 -6 src/backend/datasources/filters/HDFFilter.cpp M +1 -1 src/backend/datasources/filters/HDFFilterPrivate.h http://commits.kde.org/labplot/ce348403f0d5e5a221f708560d1958935786efe7 diff --git a/src/backend/datasources/filters/HDFFilter.cpp b/src/backend/da= tasources/filters/HDFFilter.cpp index bfb2fdc..94d9238 100644 --- a/src/backend/datasources/filters/HDFFilter.cpp +++ b/src/backend/datasources/filters/HDFFilter.cpp @@ -153,9 +153,9 @@ HDFFilterPrivate::HDFFilterPrivate(HDFFilter* owner) : } = #ifdef HAVE_HDF5 -void HDFFilterPrivate::handleError(int status, QString function, QString a= rg) { - if (status < 0) { - qDebug()<<"ERROR"< multiLinkList; // used to find hard links #ifdef HAVE_HDF5 int status; - void handleError(int status, QString function, QString arg=3DQString()); + void handleError(int err, QString function, QString arg=3DQString()); QString translateHDFOrder(H5T_order_t); QString translateHDFType(hid_t); QString translateHDFClass(H5T_class_t);