-
Notifications
You must be signed in to change notification settings - Fork 377
Open
Description
I'm trying to build QTTrader myself and getting this error during 'make' step:
script/rulesmodel.cpp: In member function ‘void RulesModel::swapRows(int, int)’:
script/rulesmodel.cpp:241:15: error: ‘class QList<bool>’ has no member named ‘swapItemsAt’
241 | pauseList.swapItemsAt(a, b);
| ^~~~~~~~~~~
script/rulesmodel.cpp:242:15: error: ‘class QList<int>’ has no member named ‘swapItemsAt’
242 | stateList.swapItemsAt(a, b);
| ^~~~~~~~~~~
script/rulesmodel.cpp:243:16: error: ‘class QList<ScriptObject*>’ has no member named ‘swapItemsAt’
243 | scriptList.swapItemsAt(a, b);
| ^~~~~~~~~~~
script/rulesmodel.cpp:244:16: error: ‘class QList<RuleHolder>’ has no member named ‘swapItemsAt’
244 | holderList.swapItemsAt(a, b);
| ^~~~~~~~~~~
script/rulesmodel.cpp:245:14: error: ‘class QList<unsigned int>’ has no member named ‘swapItemsAt’
245 | doneList.swapItemsAt(a, b);
| ^~~~~~~~~~~
make: *** [Makefile:1938: .obj/rulesmodel.o] Error 1
I used exactly the same steps like described here: https://github.com/JulyIghor/QtBitcoinTrader#compilation-on-linux
Operating system is Linux Mint 20.3.
Packages versions are:
libssl-dev:amd64 1.1.1f-1ubuntu2.12
libglu1-mesa-dev:amd64 9.0.1-1build1
qtmultimedia5-dev:amd64 5.12.8-0ubuntu1
qtscript5-dev:amd64 5.12.8+dfsg-0ubuntu1
qt5-qmake:amd64 5.12.8+dfsg-0ubuntu2.1
Can you help me to figure out what I'm doing wrong?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels