src/string.h

changeset 273
0a9141118630
parent 272
2074672a6554
child 286
7a562bf3d829
--- a/src/string.h	Mon Jun 10 15:51:08 2013 +0300
+++ b/src/string.h	Mon Jun 10 16:17:24 2013 +0300
@@ -91,6 +91,8 @@
 	operator QString              ();
 	operator const QString        () const;
 	
+	static str     join           (const vector<str>& items, const str& delim);
+	
 private:
 	std::string m_string;
 } str;

mercurial