void ribi::QtImageRotaterMenuDialog::Test() noexcept
{
  {
    static bool is_tested{false};
    if (is_tested) return;
    is_tested = true;
  }
  QtImageRotaterMainDialog();
  const TestTimer test_timer(__func__,__FILE__,1.0);
}
void ribi::QtImageRotaterMenuDialog::Test() noexcept
{
  {
    static bool is_tested = false;
    if (is_tested) return;
    is_tested = true;
  }
  TRACE("Starting ribi::QtImageRotaterMenuDialog::Test");
  QtImageRotaterMainDialog();
  TRACE("Finished ribi::QtImageRotaterMenuDialog::Test successfully");
}