BibleTime
Classes | Namespaces | Functions
btinstallmgr.cpp File Reference
#include "btinstallmgr.h"
#include <QByteArray>
#include <QtGlobal>
#include <type_traits>
#include <utility>
#include "../util/btassert.h"
#include "btinstallbackend.h"
#include <defs.h>
#include <installmgr.h>

Go to the source code of this file.

Classes

struct  anonymous_namespace{btinstallmgr.cpp}::HasSetTimeoutMillis< T, class >
 
struct  anonymous_namespace{btinstallmgr.cpp}::HasSetTimeoutMillis< T, std::void_t< decltype(std::declval< T & >().setTimeoutMillis(0))> >
 

Namespaces

 anonymous_namespace{btinstallmgr.cpp}
 

Functions

template<typename T >
int anonymous_namespace{btinstallmgr.cpp}::calculateIntPercentage (T done, T total)
 
template<typename T >
T anonymous_namespace{btinstallmgr.cpp}::normalizeCompletionPercentage (const T value)