Skip to content
Extraits de code Groupes Projets

Video playback with mpv

Comparer et
14 files
+ 618
58
Comparer les modifications
  • Côte à côte
  • En ligne

Fichiers

+ 8
0
#ifndef VIVY_UTILS_H
#ifndef VIVY_UTILS_H
#define VIVY_UTILS_H
#define VIVY_UTILS_H
 
#ifndef __cplusplus
 
#error "This is a C++ header"
 
#endif
 
#include <QString>
#include <QString>
#include <QFileInfo>
#include <QFileInfo>
#include <QStringList>
#include <QStringList>
@@ -9,6 +13,10 @@
@@ -9,6 +13,10 @@
#include <QJsonDocument>
#include <QJsonDocument>
#include <QtGlobal>
#include <QtGlobal>
#include <type_traits>
#include <type_traits>
 
#include <chrono>
 
 
// Use chrono instead of std::chrono...
 
namespace chrono = std::chrono;
// Prety define for OpenMP's parallel for loop with indentation not fucked up
// Prety define for OpenMP's parallel for loop with indentation not fucked up
// by clang-format.
// by clang-format.
Chargement en cours