You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone. You need to add more fields to Aspia Console. In address_book_tab.cc, the function saveToFile(const QString& file_path) 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
The text was updated successfully, but these errors were encountered:
Hello everyone. You need to add more fields to Aspia Console. In address_book_tab.cc, the function saveToFile(const QString& file_path) 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
The text was updated successfully, but these errors were encountered: