|
|
|
|
@ -20,10 +20,11 @@
@@ -20,10 +20,11 @@
|
|
|
|
|
#ifndef GENERICCHATFORM_H |
|
|
|
|
#define GENERICCHATFORM_H |
|
|
|
|
|
|
|
|
|
#include <QWidget> |
|
|
|
|
#include <QPoint> |
|
|
|
|
#include <QDateTime> |
|
|
|
|
#include <QMenu> |
|
|
|
|
#include <QPoint> |
|
|
|
|
#include <QWidget> |
|
|
|
|
|
|
|
|
|
#include "src/core/corestructs.h" |
|
|
|
|
#include "src/chatlog/chatmessage.h" |
|
|
|
|
#include "src/core/toxid.h" |
|
|
|
|
@ -131,7 +132,8 @@ protected:
@@ -131,7 +132,8 @@ protected:
|
|
|
|
|
QPushButton *sendButton; |
|
|
|
|
ChatLog *chatWidget; |
|
|
|
|
QDateTime earliestMessage; |
|
|
|
|
QDateTime historyBaselineDate = QDateTime::currentDateTime(); // used by HistoryKeeper to load messages from t to historyBaselineDate (excluded)
|
|
|
|
|
|
|
|
|
|
QDateTime historyBaselineDate = QDateTime::currentDateTime(); |
|
|
|
|
bool audioInputFlag; |
|
|
|
|
bool audioOutputFlag; |
|
|
|
|
QSplitter* bodySplitter; |
|
|
|
|
|