minor change
This commit is contained in:
parent
cd17c7cbca
commit
5f1aa5f620
|
@ -457,6 +457,8 @@ void ProjectCompiler::writeMakeObjFilesRules(QFile &file)
|
|||
} else {
|
||||
sourceEncoding = unit->realEncoding();
|
||||
}
|
||||
if (sourceEncoding==ENCODING_SYSTEM_DEFAULT)
|
||||
sourceEncoding = defaultSystemEncoding;
|
||||
|
||||
if (sourceEncoding!=targetEncoding) {
|
||||
encodingStr = QString(" -finput-charset=%1 -fexec-charset=%2")
|
||||
|
|
|
@ -192,7 +192,7 @@
|
|||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="alternatingRowColors">
|
||||
<bool>true</bool>
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="resizeMode">
|
||||
<enum>QListView::Fixed</enum>
|
||||
|
|
Loading…
Reference in New Issue