Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_main_loop.hpp « qt_tstfrm - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4faa8ec708532da407ba6e9707ec3021c107ffde (plain)
1
2
3
4
5
6
7
#pragma once

#include "../std/function.hpp"

class QPaintDevice;
typedef function<void (QPaintDevice *)> TRednerFn;
void RunTestLoop(char const * testName, TRednerFn const & fn, bool autoExit = false);