dchapyshev / aspia

Remote desktop and file transfer tool.
https://aspia.org
GNU General Public License v3.0
1.6k stars 345 forks source link

Add more fields to Apia console #282

Open informaticaminjg opened 7 months ago

informaticaminjg commented 7 months ago

Hello everyone. You need to add more fields to Aspia Console. In address_book_tab.cc, the function saveToFile(const QString& filepath) contains the line of code std::string serializedData = data.SerializeAsString(); which serializes the data object, but it generates a serialization error. I would like to know how I have to handle this data_ object and what relationship it has with computer_item, because I can't get the serialization to be done correctly to save the data. Greetings

egorpugin commented 7 months ago

Please translate your post.