<<  >> (p.83)
    Author Topic: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]  (Read 384193 times)
    hilbert.rozenbaum
    Newbie
    *
    Offline Offline

    Activity: 3
    Merit: 0


    View Profile
    March 20, 2022, 02:54:16 AM
    Last edit: March 20, 2022, 04:22:48 AM by hilbert.rozenbaum
     #1641

    Hi!

    I'm trying to build QTTrader myself and getting this error:

    Code:
    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

    Can you help me to figure out what is happening?

    P.S. I'm building it on linux mint 20.3
Page 82
Viewing Page: 83