]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/utils/ustring.hpp
* all: new skin text variable "$B" to get the stream bitrate
[vlc] / modules / gui / skins2 / utils / ustring.hpp
index ed74132992ba90545d0c000251958701094e68c6..90175b6c214f4ccccac31eb7684d2deef4f1d309 100644 (file)
@@ -82,6 +82,9 @@ class UString: public SkinObject
         /// characters in this string starting at index position
         UString substr( uint32_t position = 0, uint32_t n = npos) const;
 
+        /// Build a string from an integer
+        static UString fromInt(intf_thread_t *pIntf, int number);
+
         /// XXX: temporary
         void debug() const;