pure-cpp 1.0.0
A C++ physics simulation benchmark comparing performance with Python implementations
translation_loader.hpp File Reference

Helper class for loading application and Qt translations. More...

#include <QApplication>
#include <QDebug>
#include <QLibraryInfo>
#include <QLocale>
#include <QString>
#include <QTranslator>
Include dependency graph for translation_loader.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AppUtils::TranslationLoader
 Provides a static method to load translation files for the application. More...
 

Namespaces

namespace  AppUtils
 Namespace for application-wide utility functions, primarily for exception handling.
 

Detailed Description

Helper class for loading application and Qt translations.

Author
Le Bars, Yoann

This file is part of the pure C++ benchmark.

Definition in file translation_loader.hpp.