https://bugs.kde.org/show_bug.cgi?id=425939
Bug ID: 425939
Summary: master branch fails with error class
'ElisaApplicationPrivate’ has no member named
‘mCollection’
Product: elisa
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: crash
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
Compiling elisa from the master branch fails. All required packages are
installed.
STEPS TO REPRODUCE
1. clone from the master branch
2. mkdir build && cd build && cmake ..
3. make
OBSERVED RESULT
/home/caio/elisa/src/elisaapplication.cpp: In member function ‘void
ElisaApplication::setupActions(const QString&)’:
/home/caio/elisa/src/elisaapplication.cpp:116:52: warning: unused parameter
‘actionName’ [-Wunused-parameter]
116 | void ElisaApplication::setupActions(const QString &actionName)
| ~~~~~~~~~~~~~~~^~~~~~~~~~
/home/caio/elisa/src/elisaapplication.cpp: In member function ‘virtual bool
ElisaApplication::eventFilter(QObject*, QEvent*)’:
/home/caio/elisa/src/elisaapplication.cpp:494:31: error: ‘class
ElisaApplicationPrivate’ has no member named ‘mCollection’
494 | auto playPauseAction = d->mCollection.action(tr("Play-Pause"));
| ^~~~~~~~~~~
make[2]: *** [src/CMakeFiles/elisaLib.dir/build.make:219:
src/CMakeFiles/elisaLib.dir/elisaapplication.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:325: src/CMakeFiles/elisaLib.dir/all] Error
2
EXPECTED RESULT
Compilation to finish
SOFTWARE/OS VERSIONS
Windows:
macOS:
Linux/KDE Plasma: Kubuntu 20.04
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.74.0
Qt Version: 5.12.8
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.