summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/pause-circle.svg
blob: f6b1a8dfdb83f4ff0e573ea7e36874ffdb3e4ce1 (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pause-circle"><circle cx="12" cy="12" r="10"></circle><line x1="10" y1="15" x2="10" y2="9"></line><line x1="14" y1="15" x2="14" y2="9"></line></svg>
lass="hl kwb">int run() = 0; virtual void cleanup() {} }; #define TEST_REGISTER(klass) \ int main([[maybe_unused]] int argc, [[maybe_unused]] char *argv[]) \ { \ return klass().execute(); \ } #endif /* __TEST_TEST_H__ */