Main Page
Namespaces
Classes
Files
File List
src
format_data_size.h
Go to the documentation of this file.
1
// QLocale::formatDataSize backported from Qt 5.10
2
// Ported by Max Schwarz <max.schwarz@uni-bonn.de>
3
4
#ifndef FORMAT_DATA_SIZE_H
5
#define FORMAT_DATA_SIZE_H
6
7
#include <QString>
8
9
namespace
rqt_rosmon
10
{
11
12
QString
formattedDataSize
(qint64 bytes,
int
precision);
13
14
}
15
16
#endif
rqt_rosmon::formattedDataSize
QString formattedDataSize(qint64 bytes, int precision)
Definition:
format_data_size.cpp:19
rqt_rosmon
Definition:
bar_delegate.cpp:8
rqt_rosmon
Author(s): Max Schwarz
autogenerated on Sat Jan 9 2021 03:35:46