forked from blue/squawk
Fix build for qt 5, removed some debug messages
This commit is contained in:
parent
d4cec645b5
commit
321f0b03c8
8 changed files with 57 additions and 21 deletions
|
@ -91,8 +91,6 @@ void Core::Squawk::stop() {
|
|||
break;
|
||||
}
|
||||
|
||||
qDebug() << "Saving password for" << acc->getName() << password;
|
||||
|
||||
settings.setValue("name", acc->getName());
|
||||
settings.setValue("server", acc->getServer());
|
||||
settings.setValue("login", acc->getLogin());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue