Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ktechlab.cpp:927:23: error: ‘showDialog’ is not a member of ‘KShortcutsDialog’ #76

Closed
ghost opened this issue Dec 19, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 19, 2023

running debian bullseye ( oldstable )

[ 96%] Building CXX object src/CMakeFiles/ktechlab.dir/languages/picprogrammer.cpp.o
/home/user/git-src/ktechlab/src/ktechlab.cpp: In member function ‘void KTechlab::slotOptionsConfigureKeys()’:
/home/user/git-src/ktechlab/src/ktechlab.cpp:927:23: error: ‘showDialog’ is not a member of ‘KShortcutsDialog’
927 | KShortcutsDialog::showDialog(actionCollection(), KShortcutsEditor::LetterShortcutsAllowed, this);
| ^~~~~~~~~~
[ 96%] Building CXX object src/CMakeFiles/ktechlab.dir/languages/externallanguage.cpp.o
[ 96%] Building CXX object src/CMakeFiles/ktechlab.dir/languages/asmparser.cpp.o
[ 96%] Building CXX object src/CMakeFiles/ktechlab.dir/languages/languagemanager.cpp.o
[ 97%] Building CXX object src/CMakeFiles/ktechlab.dir/languages/gpasm.cpp.o
[ 97%] Building CXX object src/CMakeFiles/ktechlab.dir/languages/sdcc.cpp.o
make[2]: *** [src/CMakeFiles/ktechlab.dir/build.make:3079: src/CMakeFiles/ktechlab.dir/ktechlab.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:1700: src/CMakeFiles/ktechlab.dir/all] Error 2
make: *** [Makefile:160: all] Error 2

@ghost
Copy link
Author

ghost commented Dec 19, 2023

Doing a dist upgrade to current stable to see if it fixes the issue.

it did, closing.

@ghost ghost closed this as completed Dec 19, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants