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: db102c218e7ea94bb0824390c2bcb38008ee919d (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 = true);