Closed arcrose closed 11 years ago
My last build attempt gave me
settingsdialog.o: In function SettingsDialog::SettingsDialog(QWidget*)': settingsdialog.cpp:(.text+0x116): undefined reference to
LogStorageSettingsPage::LogStorageSettingsPage(QWidget)'
collect2: ld returned 1 exit status
make: ** [TOX-Qt-GUI] Error 1
I'm not sure how the build is being put together but it looks like my logstoragesettingspage.hpp and .cpp files weren't added to the list.
Wow, that's a lot of refactoring for me do to for just two checkboxes, plus there is no sense in having logging options before we have logging implemented.
Here is a list of what is wrong:
LogStorageSettingsPage::setGui()
only.I had a go at everything you recommended but wasn't sure about some stuff. Here's what I did:
Title's self explanatory. I added a page under the settings that allows the user to tell Tox whether to store their chat history, and if they do, whether to encrypt it. Also provided settings data for this information.