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: 4a324523cae229d6ace65dbd591723a888214b9c (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);