mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove norwegian characters
On Qt6, text with norwegian characters causes build failure.
This commit is contained in:
parent
d1b3445bef
commit
8424c77167
@ -261,7 +261,7 @@ TEST( BaseTest, Start )
|
||||
SimpleObj s;
|
||||
s.m_dir = 10000;
|
||||
sp = &s;
|
||||
a->m_textField = "Hei og hĺ";
|
||||
a->m_textField = "Hei";
|
||||
//*s2 = s;
|
||||
a->m_simpleObjPtrField = s2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user