mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
integrada la nueva versi?n de qtwebapp
This commit is contained in:
@ -33,7 +33,7 @@ int Template::setVariable(QString name, QString value) {
|
||||
while (start>=0) {
|
||||
replace(start, variable.length(), value);
|
||||
count++;
|
||||
start=indexOf(variable,start+variable.length());
|
||||
start=indexOf(variable,start+value.length());
|
||||
}
|
||||
if (count==0 && warnings) {
|
||||
qWarning("Template: missing variable %s in %s",qPrintable(variable),qPrintable(sourceName));
|
||||
|
Reference in New Issue
Block a user