Overte C++ Documentation
Utils.h
1 //
2 // Created by Bradley Austin Davis on 2018/05/13
3 // Copyright 2013-2018 High Fidelity, Inc.
4 //
5 // Distributed under the Apache License, Version 2.0.
6 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
7 //
8 #pragma once
9 
10 class QByteArray;
11 class QString;
12 
13 #include <functional>
14 
15 void installTestMessageHandler();
16 
17 bool downloadFile(const QString& url, const std::function<void(const QByteArray&)> handler);