1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-30 06:34:33 +00:00
openmw/apps/opencs
elsid feb9cc004c
Fix portability-avoid-pragma-once warnings
components/misc/helpviewer.hpp:1:1: error: avoid 'pragma once' directive; use include guards instead [portability-avoid-pragma-once,-warnings-as-errors]
    1 | #pragma once
      | ^

apps/opencs/view/world/tableheadermouseeventhandler.hpp:1:1: error: avoid 'pragma once' directive; use include guards instead [portability-avoid-pragma-once,-warnings-as-errors]
    1 | #pragma once
      | ^
2025-11-25 21:16:50 +01:00
..
model Resolve merge conflicts from !4938 and !4956 2025-11-02 18:05:38 +00:00
ui Move *.ui files for different applications to different folders 2023-12-19 15:21:08 +04:00
view Fix portability-avoid-pragma-once warnings 2025-11-25 21:16:50 +01:00
CMakeLists.txt Remove small translation units 2025-08-29 00:41:47 +02:00
editor.cpp Resolve a number of Coverity defects 2025-08-06 19:52:09 +02:00
editor.hpp Drop support for --fs-strict 2023-06-08 21:10:09 +02:00
main.cpp Improve QVariant usage 2024-07-20 14:32:56 +04:00