This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/qt/build_style/run_tests.h
2017-09-27 19:04:41 +03:00

10 lines
161 B
C++

#pragma once
#include <QtCore/QString>
#include <utility>
namespace build_style
{
std::pair<bool, QString> RunCurrentStyleTests();
} // namespace build_style