icc_detect_empty.cc (393B)
1 // Copyright (c) the JPEG XL Project Authors. All rights reserved. 2 // 3 // Use of this source code is governed by a BSD-style 4 // license that can be found in the LICENSE file. 5 6 #include "tools/icc_detect/icc_detect.h" 7 8 namespace jpegxl { 9 namespace tools { 10 11 QByteArray GetMonitorIccProfile(const QWidget* const /*widget*/) { 12 return QByteArray(); 13 } 14 15 } // namespace tools 16 } // namespace jpegxl