mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-02 18:00:53 +01:00
use "%" for string-concatenation
Qt-Docs says it's less memory-usage...
This commit is contained in:
@@ -339,9 +339,9 @@ void PrintConfigPage::applyConf()
|
||||
epw -> exportProperties().toSettings(settings, prefix);
|
||||
|
||||
// annule l'enregistrement de certaines proprietes non pertinentes
|
||||
settings.remove(prefix + "path");
|
||||
settings.remove(prefix + "format");
|
||||
settings.remove(prefix + "area");
|
||||
settings.remove(prefix % "path");
|
||||
settings.remove(prefix % "format");
|
||||
settings.remove(prefix % "area");
|
||||
}
|
||||
|
||||
/// @return l'icone de cette page
|
||||
|
||||
Reference in New Issue
Block a user