mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CComponentsText: add helper to convert integer to string
This commit is contained in:
@@ -164,6 +164,8 @@ class CComponentsText : public CComponentsItem
|
||||
const char* ct_text;
|
||||
bool ct_text_sent, ct_paint_textbg;
|
||||
|
||||
std::string iToString(int int_val); //helper to convert int to string
|
||||
|
||||
void initVarText();
|
||||
void clearCCText();
|
||||
void initCCText();
|
||||
|
Reference in New Issue
Block a user