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