compile error

Report an issue that you found while using QLC+ 5.x.
Please provide as many details as you can, a sample workspace if available and don't forget to read the forum posting guidelines first !
Post Reply
tolmino
Posts: 46
Joined: Sun Apr 12, 2015 7:11 pm
Real Name: Tolmino Muccitelli

during compilation of fixturemanager.cpp
i have that error:

app.cpp: In member function ‘void App::setLanguage(QString)’:
app.cpp:213:15: error: ‘class QQmlEngine’ has no member named ‘retranslate’
engine()->retranslate();
^~~~~~~~~~~

i'm using opensuse leap 15.0 with qt 5.9.4 and gcc version 7.3.1
User avatar
edogawa
Posts: 630
Joined: Thu May 07, 2015 10:34 am
Real Name: Edgar Aichinger

That's a too old Qt5 version, from the Qt5 documentation:
This function was introduced in Qt 5.10.
https://doc.qt.io/qt-5/qqmlengine.html#retranslate

You can try and update your Plasma and Qt5 from the Repositories under https://download.opensuse.org/repositories/KDE:/

But given that Leap 15.1 is supposed to be released in one month you rather may want to wait or upgrade (or install side by side for dual boot) your OS to current 15.1 beta testing snapshots...

https://download.opensuse.org/distribut ... /15.1/iso/

QA Test results for this build are here:
https://openqa.opensuse.org/tests/overv ... groupid=50

I don't know how your openSUSE and general linux skills are (in case of problems during update/upgrade), so no recommendation from me whether to take the risk or wait for the release.
tolmino
Posts: 46
Joined: Sun Apr 12, 2015 7:11 pm
Real Name: Tolmino Muccitelli

ok thanks...

i'll compile QT 5.10
Post Reply