Merge branch 'dev' into metadata-exiv2
This commit is contained in:
@@ -2114,7 +2114,7 @@ inline void DCPProfile::hsdApply(const HsdTableInfo& table_info, const std::vect
|
||||
}
|
||||
}
|
||||
|
||||
bool DCPProfile::isValid()
|
||||
bool DCPProfile::isValid() const
|
||||
{
|
||||
return valid;
|
||||
}
|
||||
@@ -2196,7 +2196,7 @@ void DCPStore::init(const Glib::ustring& rt_profile_dir, bool loadAll)
|
||||
}
|
||||
}
|
||||
|
||||
bool DCPStore::isValidDCPFileName(const Glib::ustring& filename) const
|
||||
bool DCPStore::isValidDCPFileName(const Glib::ustring& filename)
|
||||
{
|
||||
if (!Glib::file_test(filename, Glib::FILE_TEST_EXISTS) || Glib::file_test(filename, Glib::FILE_TEST_IS_DIR)) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user