ListDictHelper.h
Go to the documentation of this file.
1#include <QString>
2
3namespace armarx::misc
4{
5 // helper that generates a string on how many items are available
6 QString generateNumElementsText(int num);
7} // namespace armarx::misc
QString generateNumElementsText(int num)