##// END OF EJS Templates
Optimize string truncation algorithm...
Optimize string truncation algorithm Use binary search for truncating strings instead of linear search. Change-Id: I31cde493328e3192a53802aa65dea61975b9e87f Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2488:5862599d088d
r2541:563b21497627
Show More
quick1.pro
8 lines | 195 B | text/idl | PrologLexer
TARGET = qtcommercialchartqml
QT += declarative
IMPORT_INSTALL_PATH = $$[QT_INSTALL_IMPORTS]
!include(../declarative/declarative.pri) {
error( "Couldn't find the declarative.pri file!" )
}