mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Remove dead assignement, useless include
This commit is contained in:
parent
e1b95105bc
commit
741c9771ea
|
@ -1213,7 +1213,6 @@ bool Core::loadConfiguration(QString path)
|
|||
if (err)
|
||||
{ // maybe we should handle this better
|
||||
qWarning() << "Core: history db isn't encrypted, but encryption is set!! No history loaded...";
|
||||
error = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -34,8 +34,6 @@
|
|||
#include "src/friendlist.h"
|
||||
#include "src/friend.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
GenericChatForm::GenericChatForm(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
earliestMessage(nullptr)
|
||||
|
|
Loading…
Reference in New Issue
Block a user