Operating System and Version
macOS 15 Sequioa
Distribution
src
Description
When built from /build via qmake ../src/NotepadNext.pro && make -j16, it gives this error while building:
../../src/NotepadNext/dialogs/MainWindow.cpp:868:52: error: member reference base type 'int' is not a structure or union
868 | if (sequence.count() > 0 && sequence[0].key() != Qt::Key_unknown) {
| ~~~~~~~~~~~^~~~
Steps to Reproduce
- Make a directory /build inside of the cloned repo
qmake ../src/NotepadNext.pro
make -j16
Debug Information
N/A because the app refuses to build, let alone use it
Additional Details
../../src/NotepadNext/dialogs/MainWindow.cpp:868:52: error: member reference base type 'int' is not a structure or union
868 | if (sequence.count() > 0 && sequence[0].key() != Qt::Key_unknown) {
| ~~~~~~~~~~~^~~~