Revision 18f3516ec0ae2382c1e081530c37782a6cea041f authored by Dmitry Yu. Naumov on 28 May 2021, 11:27:26 UTC, committed by Dmitry Yu. Naumov on 28 May 2021, 11:27:26 UTC
DataExplorer: fix Qt deprecated warnings

See merge request ogs/ogs!3643
2 parent s bbc4e96 + fda48cd
Raw File
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top